From: Robert Kaiser Date: Mon, 18 Sep 2017 00:16:29 +0000 (+0200) Subject: improve error message X-Git-Tag: production~42^2 X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=commitdiff_plain;h=3c30699f0899684b859b691fb78959b252a7a845;hp=8f9306c52d312af9e86cdf488bb67e24a2517bfc;ds=sidebyside improve error message --- diff --git a/js/ui.js b/js/ui.js index 5d631ce..a419962 100644 --- 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(); } },