From d2cb86f91f1ecb7153cd2f2614515bc9a20628c6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 1 Aug 2018 17:39:06 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index c6a9487a..e3721fe5 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -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) ) { -- 2.39.2