[Xfce4-commits] [apps/xfdashboard] 02/02: Fix debug message (one item per line - forgot to add new-line)
noreply at xfce.org
noreply at xfce.org
Tue Jun 21 09:58:57 CEST 2016
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 7be5e4d63dcfbf0b2c56609757077b52130036a5
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Jun 21 09:56:26 2016 +0200
Fix debug message (one item per line - forgot to add new-line)
---
libxfdashboard/window-content.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libxfdashboard/window-content.c b/libxfdashboard/window-content.c
index 9360f68..967d288 100644
--- a/libxfdashboard/window-content.c
+++ b/libxfdashboard/window-content.c
@@ -1456,7 +1456,7 @@ static void _xfdashboard_window_content_destroy_cache(void)
{
content=XFDASHBOARD_WINDOW_CONTENT(value);
window=xfdashboard_window_content_get_window(content);
- g_print("Window content in cache: Item %s@%p for window '%s'",
+ g_print("Window content in cache: Item %s@%p for window '%s'\n",
G_OBJECT_TYPE_NAME(content), content,
xfdashboard_window_tracker_window_get_title(window));
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list