aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer.xml b/doc/developer.xml
index 010b85064..eb318fa5a 100644
--- a/doc/developer.xml
+++ b/doc/developer.xml
@@ -61,7 +61,7 @@
foo(const char *abc, int xyz)
{
if (abc == NULL) {
- g_warning("Foo happened!\n");
+ LogWarning("Foo happened!");
return -1;
}