Skip to content
Snippets Groups Projects
Commit 0ac04f3f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Add log message when last UD could not be retrieved

parent c35e98a5
No related branches found
No related tags found
No related merge requests found
...@@ -111,6 +111,7 @@ angular.module('cesium.currency.services', ['ngApi', 'cesium.bma.services']) ...@@ -111,6 +111,7 @@ angular.module('cesium.currency.services', ['ngApi', 'cesium.bma.services'])
return data.currentUD; return data.currentUD;
}) })
.catch(function(err) { .catch(function(err) {
console.error("[currency] Unable to load last block with UD, with number {0}".format(lastBlockWithUD));
data.currentUD = null; data.currentUD = null;
throw err; throw err;
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment