From a0f174e77398c19b00681ee73ae8dfa88a977fe9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 1 May 2014 22:46:48 +0800 Subject: [PATCH] Monitor.vala --- Monitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2