[CRIU] [PATCH] strip_deleted(): fix message

Kir Kolyshkin kir at openvz.org
Wed Oct 28 17:25:03 PDT 2015


Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 files-reg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/files-reg.c b/files-reg.c
index f3ba898..64d710a 100644
--- a/files-reg.c
+++ b/files-reg.c
@@ -663,7 +663,7 @@ int strip_deleted(struct fd_link *link)
 
 		at = link->len - prepends[i].len;
 		if (!strcmp(&link->name[at], prepends[i].str)) {
-			pr_debug("Stip %s' tag from '%s'\n",
+			pr_debug("Strip '%s' tag from '%s'\n",
 				 prepends[i].str, link->name);
 			link->name[at] = '\0';
 			link->len -= prepends[i].len;
-- 
2.4.3



More information about the CRIU mailing list