]> git.proxmox.com Git - mirror_lxc.git/commitdiff
sync: modify error string
author2xsec <dh48.jeong@samsung.com>
Tue, 3 Jul 2018 06:08:44 +0000 (15:08 +0900)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 3 Jul 2018 10:44:32 +0000 (12:44 +0200)
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;
        }