diff --git a/main.js b/main.js
index 5b12f73fedd64a8fed6119accc7b901a66b46daa..ecd723d3492b9560154bd1cfcdb64359c85b99cc 100644
--- a/main.js
+++ b/main.js
@@ -101,7 +101,7 @@ class ModuleInstance extends InstanceBase {
         }
 
         if (this.config.host == null || this.config.port == null) {
-            console.log(`PlayWall host '${this.config.host}' or port '${this.config.port}' is invalid`);
+            this.log('debug', `PlayWall host '${this.config.host}' or port '${this.config.port}' is invalid`);
             this.updateStatus(InstanceStatus.BadConfig, `PlayWall host '${this.config.host}' or port '${this.config.port}' is invalid`)
             return
         }