replace debug str

This commit is contained in:
2018-11-23 14:46:27 +01:00
parent 51e80a6aad
commit da745ccb88

View File

@@ -19,7 +19,7 @@ void IrcPlugin::applyConfigFromFile(const char *fileName)
configFile.fromFile(fileName);
if (configFile.valid)
{
PRINT_MSG(Serial, "MQTT", "apply config from file");
PRINT_MSG(Serial, "IRC", "apply config from file");
applyConfig(configFile);
}
}
@@ -37,7 +37,7 @@ void IrcPlugin::activate(Scheduler *scheduler)
//enableConnectTask(scheduler);
enableProcessTask(scheduler);
PRINT_MSG(Serial, "MQTT", "plugin activated");
PRINT_MSG(Serial, "IRC", "plugin activated");
}
void IrcPlugin::enableConnectTask(Scheduler *scheduler)