Mercurial > pidgin
changeset 30591:63ce2608c2c0
Add a newline to debug message
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Wed, 29 Sep 2010 05:38:04 +0000 |
parents | 27e5213d5da1 |
children | 8ada5c6f305d |
files | libpurple/protocols/jabber/parser.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.c Wed Sep 29 05:11:49 2010 +0000 +++ b/libpurple/protocols/jabber/parser.c Wed Sep 29 05:38:04 2010 +0000 @@ -109,7 +109,7 @@ js->stream_id = g_strdup(""); purple_debug_info("jabber", "Server failed to specify a stream " "ID (underspecified in rfc3920, but intended " - "to be a MUST; digest legacy auth may fail."); + "to be a MUST; digest legacy auth may fail.\n"); #endif } } else {