From: Alan Knowles Date: Fri, 25 Aug 2017 05:40:15 +0000 (+0800) Subject: GitMonitor.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f5509f7e2782d82280cdf34d89a471523ce46661 GitMonitor.vala --- diff --git a/GitMonitor.vala b/GitMonitor.vala index a3d0ad7a..f858c93a 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -569,8 +569,8 @@ public class GitMonitor : Monitor // if the error is 'nothing to commit, working tree clean' // then it's not an error, - just continue; - if (/nothing to commit, working tree clean/.match(e.message)) { + print("%s\n",e.message); success += e.message; this.paused = false; continue;