From 829977cd352e63c48d37ee22b7dea42a7ce6b9ba Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 5 Sep 2014 11:44:19 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 3ccd62d2..3f34ed82 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -390,7 +390,7 @@ public class GitMonitor : Monitor break; } } - + print( "ADD : %s\n", queueArrayToString(add_files)); //repo.debug = 1; // these can fail... at present... as we wildcard stuff. @@ -438,7 +438,7 @@ public class GitMonitor : Monitor // -- DO STUFF.. try { - repo.add(add_files); + repo.add(add_files_f); } catch(Error e) { failure += e.message; } -- 2.39.2