diff options
Diffstat (limited to 'gtk/channel-cursor.c')
-rw-r--r-- | gtk/channel-cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index d00c63b..faf3a06 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -169,7 +169,7 @@ static display_cursor *set_cursor(SpiceChannel *channel, SpiceCursor *scursor) display_cursor *cursor; size_t size; - g_debug("%s: type %d, %" PRIx64 ", %dx%d, flags %d, size %d", + SPICE_DEBUG("%s: type %d, %" PRIx64 ", %dx%d, flags %d, size %d", __FUNCTION__, hdr->type, hdr->unique, hdr->width, hdr->height, scursor->flags, scursor->data_size); |