diff libpurple/protocols/msn/state.c @ 26278:399776a9ad98

Add some missing newlines in debug messages. Fixes #8740.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 21 Mar 2009 02:20:52 +0000
parents 4ea0f3edd973
children d30745b5b574
line wrap: on
line diff
--- a/libpurple/protocols/msn/state.c	Fri Mar 20 02:42:38 2009 +0000
+++ b/libpurple/protocols/msn/state.c	Sat Mar 21 02:20:52 2009 +0000
@@ -169,7 +169,7 @@
 	}
 	currentmediaNode = xmlnode_get_child(payloadNode, "CurrentMedia");
 	if (currentmediaNode == NULL) {
-		purple_debug_info("msn", "No CurrentMedia Node");
+		purple_debug_info("msn", "No CurrentMedia Node\n");
 		xmlnode_free(payloadNode);
 		return NULL;
 	}
@@ -195,7 +195,7 @@
 	}
 	psmNode = xmlnode_get_child(payloadNode, "PSM");
 	if (psmNode == NULL) {
-		purple_debug_info("msn", "No PSM status Node");
+		purple_debug_info("msn", "No PSM status Node\n");
 		xmlnode_free(payloadNode);
 		return NULL;
 	}