diff options
Diffstat (limited to 'gtk/channel-main.c')
-rw-r--r-- | gtk/channel-main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/channel-main.c b/gtk/channel-main.c index 7267e90..88f1c6e 100644 --- a/gtk/channel-main.c +++ b/gtk/channel-main.c @@ -1038,9 +1038,10 @@ static void main_handle_agent_token(SpiceChannel *channel, spice_msg_in *in) /* coroutine context */ static void main_handle_migrate_begin(SpiceChannel *channel, spice_msg_in *in) { - /* SpiceMsgMainMigrationBegin *mig = spice_msg_in_parsed(in); */ + SpiceMsgMainMigrationBegin *mig = spice_msg_in_parsed(in); - g_warning("%s: TODO", __FUNCTION__); + SPICE_DEBUG("migrate_begin %d %s %d %d", + mig->host_size, mig->host_data, mig->port, mig->sport); } /* coroutine context */ |