diff libpurple/protocols/oscar/family_icbm.c @ 19654: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 eb0933e158a4
children 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_icbm.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/libpurple/protocols/oscar/family_icbm.c	Wed Sep 05 22:33:22 2007 +0000
@@ -1461,7 +1461,7 @@
 		msglen = byte_stream_get16(&mbs);
 		if (msglen > byte_stream_empty(&mbs))
 		{
-			purple_debug_misc("oscar", "Received an IM containing an invalid message part from %s.  They are probably trying to do something malicious.", userinfo->sn);
+			purple_debug_misc("oscar", "Received an IM containing an invalid message part from %s.  They are probably trying to do something malicious.\n", userinfo->sn);
 			break;
 		}