improve error message
authorRobert Kaiser <kairo@kairo.at>
Mon, 18 Sep 2017 00:16:29 +0000 (02:16 +0200)
committerRobert Kaiser <kairo@kairo.at>
Mon, 18 Sep 2017 00:16:29 +0000 (02:16 +0200)
js/ui.js

index 5d631ced9a183e556043ebd99b4eb751e9760d84..a419962fc47310238dd317d14ea4d5a4371fce42 100644 (file)
--- a/js/ui.js
+++ b/js/ui.js
@@ -171,7 +171,7 @@ function prepareLoginButton(aCallback) {
           }
         }
         else {
-          console.log("Backend issue fetching OAuth state.");
+          console.log("Backend error " + aStatus + " fetching OAuth state: " + aResult["message"]);
         }
         if (aCallback) { aCallback(); }
       },