pidgin: 6c1f5ff1: Add some missing newlines in debug outpu...
qulogic at pidgin.im
qulogic at pidgin.im
Thu Sep 22 22:40:46 EDT 2011
----------------------------------------------------------------------
Revision: 6c1f5ff1471b4ba563883fe95b8815f9c1c5b5e4
Parent: 7c389d19c8f8832186d158682adeae992b0fa547
Author: qulogic at pidgin.im
Date: 09/22/11 19:49:39
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6c1f5ff1471b4ba563883fe95b8815f9c1c5b5e4
Changelog:
Add some missing newlines in debug output.
Changes against parent 7c389d19c8f8832186d158682adeae992b0fa547
patched pidgin/gtkconv-theme.c
-------------- next part --------------
============================================================
--- pidgin/gtkconv-theme.c 42ee94e4e33881a9e417b1111f0ac568f0093a00
+++ pidgin/gtkconv-theme.c 6a293cf127fb569df6bbbd9f887e53e57007754c
@@ -310,7 +310,7 @@ get_topic_html(PidginConvThemePrivate *p
file = g_build_filename(dir, "Contents", "Resources", "Topic.html", NULL);
if (!g_file_get_contents(file, &priv->topic_html, NULL, NULL)) {
- purple_debug_info("webkit", "%s could not find Resources/Topic.html", dir);
+ purple_debug_info("webkit", "%s could not find Resources/Topic.html\n", dir);
priv->topic_html = g_strdup("");
}
g_free(file);
@@ -328,7 +328,7 @@ get_status_html(PidginConvThemePrivate *
file = g_build_filename(dir, "Contents", "Resources", "Status.html", NULL);
if (!g_file_get_contents(file, &priv->status_html, NULL, NULL)) {
- purple_debug_info("webkit", "%s could not find Resources/Status.html", dir);
+ purple_debug_info("webkit", "%s could not find Resources/Status.html\n", dir);
priv->status_html = g_strdup("");
}
g_free(file);
More information about the Commits
mailing list