[CRIU] [PATCH 1/3] image: fix typo in debug message

Pavel Tikhomirov ptikhomirov at virtuozzo.com
Fri Sep 28 16:11:33 MSK 2018


Signed-off-by: Pavel Tikhomirov <ptikhomirov at virtuozzo.com>
---
 criu/image.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/criu/image.c b/criu/image.c
index 170ebf4dc..3ca41c002 100644
--- a/criu/image.c
+++ b/criu/image.c
@@ -397,7 +397,7 @@ int do_open_remote_image(int dfd, char *path, int flags)
 				  path, snapshot_id);
 		ret = read_remote_image_connection(snapshot_id, path);
 	} else {
-		pr_debug("do_open_remote_image WDONLY path=%s snapshot_id=%s\n",
+		pr_debug("do_open_remote_image WRONLY path=%s snapshot_id=%s\n",
 				  path, snapshot_id);
 		ret = write_remote_image_connection(snapshot_id, path, O_WRONLY);
 	}
-- 
2.17.1



More information about the CRIU mailing list