From 7e6af93e4bd3701c00d1683ef50275c393faa931 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 May 2014 22:27:21 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Monitor.vala b/Monitor.vala index 35bbf055..5deff666 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -157,7 +157,7 @@ public class Monitor : Object this.monitors.add(fm); } catch (Error e) { - // do nothing.. + // FIXME -- show error? do nothing.. } // print("ADD path " + depth + ' ' + path); } -- 2.39.2