Skip to content
Snippets Groups Projects
Commit 6f241f2d authored by Rafael Ostertag's avatar Rafael Ostertag
Browse files

Fixed logging.

parent b265023d
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ QfqNS.Helper = QfqNS.Helper || {};
try {
config = JSON.parse(configData);
} catch (e) {
QfqNS.Log("Exception while parsing JSON: " + configData);
QfqNS.Log(e);
QfqNS.Log.error("Exception while parsing JSON: " + configData);
QfqNS.Log.error(e);
return;
}
}
......
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