diff --git a/js/translator.js b/js/translator.js index 43b65297..5dc50045 100644 --- a/js/translator.js +++ b/js/translator.js @@ -25,7 +25,7 @@ var Translator = (function () { fileinfo = JSON.parse(xhr.responseText); } catch (exception) { // nothing here, but don't die - console.log(" loading json file failed =" + file); + Log.error(" loading json file =" + file + " failed"); } callback(fileinfo); }