utils: use g_debug() for debug information

Closes: #100
Approved by: alexlarsson
tingping/wmclass
Christian Hergert 2018-01-12 01:19:05 -08:00 committed by Atomic Bot
parent 551d245207
commit dce8981162
1 changed files with 1 additions and 1 deletions

View File

@ -1409,7 +1409,7 @@ host_command_exited_cb (GDBusConnection *connection,
if (client_pid == data->client_pid)
{
g_print ("host_command_exited_cb %d %d\n", client_pid, exit_status);
g_debug ("host_command_exited_cb %d %d\n", client_pid, exit_status);
data->exit_status = exit_status;
host_command_call_exit (data);
}