From: Alan Knowles Date: Thu, 1 May 2014 14:46:42 +0000 (+0800) Subject: Monitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f852c468c72a871226c2fc1bfe755feaf80bbc07 Monitor.vala --- diff --git a/Monitor.vala b/Monitor.vala index 78a823d8..f39cd05c 100644 --- a/Monitor.vala +++ b/Monitor.vala @@ -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;