projects
/
lantea.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9306c
)
improve error message
author
Robert Kaiser
<kairo@kairo.at>
Mon, 18 Sep 2017 00:16:29 +0000
(
02:16
+0200)
committer
Robert Kaiser
<kairo@kairo.at>
Mon, 18 Sep 2017 00:16:29 +0000
(
02:16
+0200)
js/ui.js
patch
|
blob
|
blame
|
history
diff --git
a/js/ui.js
b/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(); }
},