X-Git-Url: https://git-public.kairo.at/?p=lantea.git;a=blobdiff_plain;f=js%2Fui.js;h=a419962fc47310238dd317d14ea4d5a4371fce42;hp=5d631ced9a183e556043ebd99b4eb751e9760d84;hb=3c30699f0899684b859b691fb78959b252a7a845;hpb=8f9306c52d312af9e86cdf488bb67e24a2517bfc;ds=sidebyside 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(); } },