Unverified Commit e994c989 by 2xsec Committed by Christian Brauner

sync: modify error string

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 3fe384b1
......@@ -60,7 +60,7 @@ static int __sync_wait(int fd, int sequence)
}
if (sync != sequence) {
ERROR("Invalid sequence number %d. expected %d",
ERROR("Invalid sequence number %d. Expected sequence number %d",
sync, sequence);
return -1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment