From: Alan Knowles Date: Sun, 11 May 2014 15:21:36 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=1f19379de965b1169d7f7bce6697e085d850a98b GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index 8314678a..cde0db6d 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -39,14 +39,14 @@ public class GitMonitorQueue : MonitorNamePathDir { this.vdir = string.joinv("/", vpath); this.vname = this.vdir + (this.vdir.length > 0 ? "/" : "") + this.name; - +/* stdout.printf( "NEW GitMonitorQueue\nname: %s\npath: %s\ndir: %s\n" + "gitpath: %s\nvdir: %s\nvname: %s\n", this.name, this.path, this.dir, this.gitpath, this.vdir, this.vname ); - +*/ //f.repo = new imports.Scm.Git.Repo({ repopath: f.gitpath })