]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
sync: modify error string 2444/head
author2xsec <dh48.jeong@samsung.com>
Tue, 3 Jul 2018 06:08:44 +0000 (15:08 +0900)
committer2xsec <dh48.jeong@samsung.com>
Tue, 3 Jul 2018 06:08:44 +0000 (15:08 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/sync.c

index f38a5696103d9548d1894b4b066fdf1fe921aa78..62512eec77537499a5d43c900c1aef8fc42ea769 100644 (file)
@@ -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;
        }