This commit is contained in:
maliakal_d 2021-11-23 16:26:56 +01:00
parent f39f93b2c8
commit 9aea183f5c

View File

@ -403,7 +403,7 @@ int verifyChecksum(char *mess, char *functionType, char *clientChecksum,
if (strcmp(clientChecksum, checksum)) { if (strcmp(clientChecksum, checksum)) {
sprintf(mess, sprintf(mess,
"Could not %s. Checksum of %s does not match. Client " "Could not %s. Checksum of %s does not match. Client "
"checksum:%s, copied checksum:%. Please try again before " "checksum:%s, copied checksum:%s. Please try again before "
"rebooting.\n", "rebooting.\n",
functionType, msg, clientChecksum, checksum); functionType, msg, clientChecksum, checksum);
LOG(logERROR, (mess)); LOG(logERROR, (mess));