missing newline

Fri, 27 Apr 2007 04:17:20 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Fri, 27 Apr 2007 04:17:20 +0000
changeset 16573
84b52865b51a
parent 16563
9a5d1a5080dd
child 16574
067fc4e24a26

missing newline

libpurple/prefs.c file | annotate | diff | comparison | revisions
--- a/libpurple/prefs.c	Fri Apr 27 04:06:02 2007 +0000
+++ b/libpurple/prefs.c	Fri Apr 27 04:17:20 2007 +0000
@@ -1120,7 +1120,7 @@
 		if(newchild == NULL) {
 			/* no rename happened, we weren't able to find the new pref */
 			char *tmpname = pref_full_name(child);
-			purple_debug_error("prefs", "Unable to find rename pref for %s", tmpname);
+			purple_debug_error("prefs", "Unable to find rename pref for %s\n", tmpname);
 			g_free(tmpname);
 		}
 	}

mercurial