GNOME Bugzilla – Bug 780144
[PATCH] gio/fam: Remove leftover debug print
Last modified: 2017-03-19 14:59:38 UTC
From b76f712336445f4b47110d77f4a4b7ca3314e9cf Mon Sep 17 00:00:00 2001 From: Colin Walters <walters@verbum.org> Date: Thu, 16 Mar 2017 09:12:26 -0400 Subject: [PATCH] gio/fam: Remove leftover debug print This leftover debug print was introduced by d682df186e9cca2b8db0e921450a4db31cf0c467 and is obviously bad for applications that are expecting something else on stdout, etc. https://bugzilla.redhat.com/show_bug.cgi?id=1396386 --- gio/fam/gfamfilemonitor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gio/fam/gfamfilemonitor.c b/gio/fam/gfamfilemonitor.c index 50474c8..551b3c2 100644 --- a/gio/fam/gfamfilemonitor.c +++ b/gio/fam/gfamfilemonitor.c @@ -140,8 +140,6 @@ g_fam_file_monitor_is_supported (void) g_mutex_unlock (&fam_lock); - g_print ("II %d\n", fam_initialised); - return fam_initialised; } -- 2.9.3
Created attachment 348084 [details] [review] 0001-gio-fam-Remove-leftover-debug-print.patch
Review of attachment 348084 [details] [review]: ++
*** Bug 756879 has been marked as a duplicate of this bug. ***