diff --git a/apps/bthrm/boot.js b/apps/bthrm/boot.js index cdb86d1c7..e25503775 100644 --- a/apps/bthrm/boot.js +++ b/apps/bthrm/boot.js @@ -6,7 +6,7 @@ var log = function(text, param){ if (global.showStatusInfo) - showStatusInfo(text) + showStatusInfo(text); if (settings.debuglog){ var logline = new Date().toISOString() + " - " + text; if (param) logline += ": " + JSON.stringify(param);