/pidgin/main: 555e2bd38fb6: Add linefeeds to all debug log messages
Tomasz Wasilczyk
tomkiewicz at cpw.pidgin.im
Thu Aug 22 09:02:49 EDT 2013
Changeset: 555e2bd38fb6f72d9fd120993dd3375eca979851
Author: Tomasz Wasilczyk <tomkiewicz at cpw.pidgin.im>
Date: 2013-08-22 15:02 +0200
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/555e2bd38fb6
Description:
Add linefeeds to all debug log messages
diffstat:
finch/gntdebug.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff --git a/finch/gntdebug.c b/finch/gntdebug.c
--- a/finch/gntdebug.c
+++ b/finch/gntdebug.c
@@ -144,6 +144,7 @@ finch_debug_print(PurpleDebugLevel level
}
gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(debug.tview), args, flag);
+ gnt_text_view_append_text_with_flags(GNT_TEXT_VIEW(debug.tview), "\n", GNT_TEXT_FLAG_NORMAL);
if (pos <= 1)
gnt_text_view_scroll(GNT_TEXT_VIEW(debug.tview), 0);
}
More information about the Commits
mailing list