Dominique Leuenberger
f33f213a18
- add glib2-remove_fam_debug_print.patch (boo#951221) to remove a debug print "II 1" from fam monitor OBS-URL: https://build.opensuse.org/request/show/340124 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=281
12 lines
235 B
Diff
12 lines
235 B
Diff
--- gio/fam/gfamfilemonitor.c
|
|
+++ gio/fam/gfamfilemonitor.c
|
|
@@ -140,7 +140,7 @@
|
|
|
|
g_mutex_unlock (&fam_lock);
|
|
|
|
- g_print ("II %d\n", fam_initialised);
|
|
+ /* g_print ("II %d\n", fam_initialised); */
|
|
|
|
return fam_initialised;
|
|
}
|