summaryrefslogtreecommitdiffstats
path: root/gtk/channel-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/channel-base.c')
-rw-r--r--gtk/channel-base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/channel-base.c b/gtk/channel-base.c
index ec82394..c78580b 100644
--- a/gtk/channel-base.c
+++ b/gtk/channel-base.c
@@ -52,7 +52,7 @@ void spice_channel_handle_notify(SpiceChannel *channel, spice_msg_in *in)
message_str = (char*)notify->message;
}
- g_debug("%s: channel %s -- %s%s #%u%s%.*s", __FUNCTION__,
+ SPICE_DEBUG("%s: channel %s -- %s%s #%u%s%.*s", __FUNCTION__,
c->name, severity, visibility, notify->what,
message_str ? ": " : "", notify->message_len,
message_str ? message_str : "");