mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
typo
This commit is contained in:
parent
f39f93b2c8
commit
9aea183f5c
@ -403,7 +403,7 @@ int verifyChecksum(char *mess, char *functionType, char *clientChecksum,
|
||||
if (strcmp(clientChecksum, checksum)) {
|
||||
sprintf(mess,
|
||||
"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",
|
||||
functionType, msg, clientChecksum, checksum);
|
||||
LOG(logERROR, (mess));
|
||||
|
Loading…
x
Reference in New Issue
Block a user