GitMonitor.vala
[gitlive] / GitMonitor.vala
index a3d0ad7..f858c93 100644 (file)
@@ -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;