diff --git a/inferium-server.lua b/inferium-server.lua index 34ae1dd..7a8b179 100644 --- a/inferium-server.lua +++ b/inferium-server.lua @@ -55,7 +55,7 @@ local function getConfig(computerId) local config = getConfigForComputer(computerId) if not config then - print('getconfig warning: no plan found for computerID ' .. tostring(computerId)) + print('new harvester detected: ' .. tostring(computerId)) setConfigForComputer(computerId, defaultConfig) config = defaultConfig end