From: Alan Knowles Date: Thu, 1 May 2014 14:46:48 +0000 (+0800) Subject: Monitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=a0f174e77398c19b00681ee73ae8dfa88a977fe9 Monitor.vala --- diff --git a/Monitor.vala b/Monitor.vala index f39cd05c..2ac9bd58 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 + "\n"); //depth = typeof(depth) == 'number' ? depth *1 : 0; depth = depth > 0 ? depth *1 : 0;