diff --git a/js/module.js b/js/module.js index e4304a19..663413b6 100644 --- a/js/module.js +++ b/js/module.js @@ -510,7 +510,7 @@ Module.register = function (name, moduleDefinition) { if (cmpVersions(window.version, moduleDefinition.requiresVersion) >= 0) { Log.log("Version is ok!"); } else { - Log.log("Version is incorrect. Skip module: '" + name + "'"); + Log.warn("Version is incorrect. Skip module: '" + name + "'"); return; } }