Monitor.vala
authorAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:15:10 +0000 (17:15 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:15:10 +0000 (17:15 +0800)
Monitor.vala

index 2d049ca..fdbea21 100644 (file)
@@ -139,7 +139,7 @@ public class Monitor : Object
     public void monitor(string path, int depth = 0)
     {
          
-        stdout.printf("ADD: (%d): %s\n", depth, path);
+        //GLib.debug("ADD: (%d): %s\n", depth, path);
         
         //depth = typeof(depth) == 'number'  ? depth *1 : 0;
         depth = depth > 0  ? depth *1 : 0;