diff src/protocols/jabber/buddy.c @ 9339:4d1ba3243f7a

[gaim-migrate @ 10147] syncination committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Tue, 22 Jun 2004 00:57:21 +0000
parents 7a8aa87164ae
children d27156c9c876
line wrap: on
line diff
--- a/src/protocols/jabber/buddy.c	Tue Jun 22 00:34:48 2004 +0000
+++ b/src/protocols/jabber/buddy.c	Tue Jun 22 00:57:21 2004 +0000
@@ -410,12 +410,13 @@
 		field = gaim_request_fields_get_field(fields, vc_tp->tag);
 		text  = gaim_request_field_string_get_value(field);
 
-		gaim_debug(GAIM_DEBUG_INFO, "jabber",
-				   "Setting %s to '%s'\n", vc_tp->tag, text);
 
 		if (text != NULL && *text != '\0') {
 			xmlnode *xp;
 
+			gaim_debug(GAIM_DEBUG_INFO, "jabber",
+					"Setting %s to '%s'\n", vc_tp->tag, text);
+
 			if ((xp = insert_tag_to_parent_tag(vc_node,
 											   NULL, vc_tp->tag)) != NULL) {