From 3195076ec3747d0ef7be02584a3fdaac598a0dd1 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Tue, 13 Sep 2011 08:58:31 +0000 Subject: remove a particularly useless verbose message --- src/io.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') diff --git a/src/io.c b/src/io.c index 062a853..b16b583 100644 --- a/src/io.c +++ b/src/io.c @@ -26,8 +26,6 @@ build_stream_name(int type, const gchar* dir) { gboolean control_fifo(GIOChannel *gio, GIOCondition condition) { - if (uzbl.state.verbose) - printf("triggered\n"); gchar *ctl_line; GIOStatus ret; GError *err = NULL; @@ -36,7 +34,7 @@ control_fifo(GIOChannel *gio, GIOCondition condition) { g_error ("Fifo: Read end of pipe died!\n"); if(!gio) - g_error ("Fifo: GIOChannel broke\n"); + g_error ("Fifo: GIOChannel broke\n"); ret = g_io_channel_read_line(gio, &ctl_line, NULL, NULL, &err); if (ret == G_IO_STATUS_ERROR) { -- cgit v1.2.3