device configuration prepared

This commit is contained in:
Wolfgang Hottgenroth 2020-11-30 19:06:37 +01:00
parent fe694e75d2
commit 11265fc979
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -152,7 +152,7 @@ void configInit() {
tmpDeviceBlock.consideredField[3]);
mbusCommAddDevice(&tmpDeviceBlock);
} else {
coloredMsg(LOG_BLUE, false, " magic does not match, ignored");
coloredMsg(LOG_BLUE, false, "magic of device %d does not match, ignored", i);
}
}
}