[chrome-gnome-shell/feature/connector-update-check] connector: print update error message to stderr
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell/feature/connector-update-check] connector: print update error message to stderr
- Date: Sun, 25 Sep 2016 11:05:10 +0000 (UTC)
commit a54ae7ee943d1e5f81f19029556b4f012b146366
Author: Yuri Konotopov <ykonotopov gmail com>
Date: Sun Sep 25 14:04:47 2016 +0300
connector: print update error message to stderr
connector/chrome-gnome-shell.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/connector/chrome-gnome-shell.py b/connector/chrome-gnome-shell.py
index 8875d1c..664ac59 100755
--- a/connector/chrome-gnome-shell.py
+++ b/connector/chrome-gnome-shell.py
@@ -340,6 +340,7 @@ class ChromeGNOMEShell(Gio.Application):
requests.ConnectionError, requests.HTTPError, requests.Timeout,
requests.TooManyRedirects, requests.RequestException, ValueError
) as ex:
+ logError('Unable to check extensions updates: %s' % (str(ex.message) if ('message' in ex)
else str(ex)))
self.send_message({'success': False, 'message': str(ex.message) if ('message' in ex) else
str(ex)})
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]