some messages updated

This commit is contained in:
2020-10-15 20:28:28 +03:00
parent accfd0d245
commit b6987bc5bf
2 changed files with 3 additions and 3 deletions

View File

@@ -201,7 +201,7 @@ switch (regType) {
default:
debugSerial<<F("Not supported reg type\n");
}
if (result != node.ku8MBSuccess) errorSerial<<F("MBUS: Polling error")<<endl;
if (result != node.ku8MBSuccess) errorSerial<<F("MBUS: Polling error ")<<result<<endl;
return (result == node.ku8MBSuccess);
}