StatusIcon.vala
authorAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:39:06 +0000 (17:39 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 1 Aug 2018 09:39:06 +0000 (17:39 +0800)
StatusIcon.vala

index c6a9487..e3721fe 100644 (file)
@@ -336,7 +336,7 @@ public class StatusIconA : StatusIcon {
                        if (err > 0) {
                                this.has_error = 1;
                                this.pull_all_error_message += this.pull_all_error_message.length > 0 ? "\n" : "";
-                               this.pull_all_error_message += "Error Pulling " + repo.name
+                               this.pull_all_error_message += "Error Pulling " + repo.name +"\n" + res;
                        }
                        
                        if (!Regex.match_simple ("Already up-to-date", res) ) {