diff libpurple/prefs.c @ 16503:513b52cb013a

missing newline
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 27 Apr 2007 04:17:20 +0000
parents f8eb3e7c4fbd
children 1b58a7fabb7e
line wrap: on
line diff
--- 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);
 		}
 	}