libpurple/protocols/oscar/family_icbm.c

branch
release-2.x.y
changeset 33770
6625cbf09e08
parent 31274
126318200f7d
child 33774
491716e51b9b
child 35983
029ab6fae0e6
--- a/libpurple/protocols/oscar/family_icbm.c	Mon Feb 18 23:44:29 2013 -0500
+++ b/libpurple/protocols/oscar/family_icbm.c	Tue Feb 19 00:32:22 2013 -0500
@@ -156,7 +156,7 @@
 
 	purple_debug_error("oscar",
 			   "Message error with bn %s and reason %hu and errcode %hu\n",
-				(bn != NULL ? bn : ""), reason, errcode);
+				bn, reason, errcode);
 
 #ifdef TODOFT
 	/* If this was a file transfer request, bn is a cookie */

mercurial