aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/basestorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/cloud/basestorage.cpp')
-rw-r--r--backends/cloud/basestorage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/cloud/basestorage.cpp b/backends/cloud/basestorage.cpp
index 9b31b4cad3..b71f7f6b15 100644
--- a/backends/cloud/basestorage.cpp
+++ b/backends/cloud/basestorage.cpp
@@ -87,6 +87,7 @@ void BaseStorage::codeFlowComplete(Networking::JsonResponse response) {
debug(9, "%s", json->stringify(true).c_str());
CloudMan.removeStorage(this);
} else {
+ debug(9, "%s", json->stringify(true).c_str()); // TODO: remove before commit
_token = result.getVal("access_token")->asString();
CloudMan.replaceStorage(this, storageIndex());
ConfMan.flushToDisk();