diff pidgin/plugins/mailchk.c @ 19653:941965d6fd88

Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 05 Sep 2007 22:33:22 +0000
parents 32c366eeeb99
children 3cc856ca2338
line wrap: on
line diff
--- a/pidgin/plugins/mailchk.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/pidgin/plugins/mailchk.c	Wed Sep 05 22:33:22 2007 +0000
@@ -118,7 +118,7 @@
 	void *conn_handle = purple_connections_get_handle();
 
 	if (!check_timeout(NULL)) {
-		purple_debug_warning("mailchk", "Could not read $MAIL or /var/spool/mail/$USER");
+		purple_debug_warning("mailchk", "Could not read $MAIL or /var/spool/mail/$USER\n");
 		return FALSE;
 	}