mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +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)) {
|
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));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user