aboutsummaryrefslogtreecommitdiff
path: root/webAO/master.js
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/master.js')
-rw-r--r--webAO/master.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/master.js b/webAO/master.js
index 608cc29..203d859 100644
--- a/webAO/master.js
+++ b/webAO/master.js
@@ -73,7 +73,7 @@ async function checkOnline(serverID, coIP) {
}
function onCOError(_e) {
- console.warn(serverID + " threw an error.");
+ console.warn(coIP + " threw an error.");
}
var oserv = new WebSocket("ws://" + coIP);