Monitor.vala
authorAlan Knowles <alan@akbkhome.com>
Thu, 1 May 2014 14:46:42 +0000 (22:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 1 May 2014 14:46:42 +0000 (22:46 +0800)
Monitor.vala

index 78a823d..f39cd05 100644 (file)
@@ -138,7 +138,7 @@ public class Monitor : Object
     public void monitor(string path, onEventHander fn , int depth = 0)
     {
          
-       // print("ADD: " + path)
+        print("ADD: " + path)
         
         //depth = typeof(depth) == 'number'  ? depth *1 : 0;
         depth = depth > 0  ? depth *1 : 0;