calendar-server: Shut up about HUP on stdin

This commit is contained in:
Jasper St. Pierre 2012-02-27 15:32:24 -05:00
parent d2aab9d6a6
commit fad0b96f24

View File

@ -991,7 +991,7 @@ stdin_channel_io_func (GIOChannel *source,
{
if (condition & G_IO_HUP)
{
g_print ("gnome-shell-calendar-server[%d]: Got HUP on stdin - exiting\n",
g_debug ("gnome-shell-calendar-server[%d]: Got HUP on stdin - exiting\n",
(gint) getpid ());
g_main_loop_quit (loop);
}