mirror of
https://gitlab.com/wirelos/sprocket-plugin-irc.git
synced 2025-12-14 13:41:27 +01:00
replace debug str
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user