[vinagre/new-gtk-vnc] Adapt debug messages to the new gtk-vnc format
- From: Jonh Wendell <jwendell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [vinagre/new-gtk-vnc] Adapt debug messages to the new gtk-vnc format
- Date: Tue, 11 Aug 2009 14:42:55 +0000 (UTC)
commit 3d22d0824cfc51626aa46c83f21b39648d651bfa
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]