cpw.malu.xmpp.jingle_ft: 40b2ce79: Use the correct purple_debug_ prefix her...
malu at pidgin.im
malu at pidgin.im
Mon Jan 25 16:35:28 EST 2010
-----------------------------------------------------------------
Revision: 40b2ce795975afe08b0a60f7818e75fa53b8add0
Ancestor: 81e3c7668c28d1aeff5843eed94913fb6313f80e
Author: malu at pidgin.im
Date: 2010-01-25T21:31:21
Branch: im.pidgin.cpw.malu.xmpp.jingle_ft
URL: http://d.pidgin.im/viewmtn/revision/info/40b2ce795975afe08b0a60f7818e75fa53b8add0
Modified files:
libpurple/protocols/jabber/jingle/file-transfer.c
ChangeLog:
Use the correct purple_debug_ prefix here...
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jingle/file-transfer.c 8b810a734def5835c02705158cbbfe94e7060f53
+++ libpurple/protocols/jabber/jingle/file-transfer.c e0b1e3b9a94979a01a59c14c9aa348b754fe1d46
@@ -782,7 +782,7 @@ jingle_file_transfer_handle_action_inter
/* do stuff here... close transfer etc... */
if (xfer) {
- purple_debug_info("jingle",
+ purple_debug_info("jingle-ft",
"got session-terminate, ending transfer %p with content %p\n",
xfer, xfer->data);
if (!purple_xfer_is_canceled(xfer))
More information about the Commits
mailing list