[vinagre] Adapt debug messages to the new gtk-vnc format



commit 83084e901b8172ccdd6faeb341650f9dd3545d9e
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Aug 11 11:42:22 2009 -0300

    Adapt debug messages to the new gtk-vnc format

 vinagre/vinagre-utils.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-utils.c b/vinagre/vinagre-utils.c
index c2b8a2d..4294bed 100644
--- a/vinagre/vinagre-utils.c
+++ b/vinagre/vinagre-utils.c
@@ -203,7 +203,7 @@ static void _default_log (const gchar *log_domain G_GNUC_UNUSED,
 			 const gchar *message,
 			 gpointer user_data G_GNUC_UNUSED)
 {
-  printf ("gtk-vnc: %s", message);
+  printf ("gtk-vnc: %s\n", message);
 }
 
 void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]