diff --git a/criu/files-reg.c b/criu/files-reg.c index b4d6f6f9a..ee54d1d7d 100644 --- a/criu/files-reg.c +++ b/criu/files-reg.c @@ -1365,7 +1365,7 @@ static int get_build_id_32(Elf32_Ehdr *file_header, unsigned char **build_id, co } if (!note_header) { - pr_warn("Couldn't find the build-id note for file with fd %d\n", fd); + pr_debug("Couldn't find the build-id note for file with fd %d\n", fd); return -1; } @@ -1455,7 +1455,7 @@ static int get_build_id_64(Elf64_Ehdr *file_header, unsigned char **build_id, co } if (!note_header) { - pr_warn("Couldn't find the build-id note for file with fd %d\n", fd); + pr_debug("Couldn't find the build-id note for file with fd %d\n", fd); return -1; }