mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-27 03:56:05 +00:00
files: correct message
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
parent
feae91fe9d
commit
1494dbdf63
1 changed files with 1 additions and 1 deletions
2
files.c
2
files.c
|
|
@ -138,7 +138,7 @@ static int collect_fd(int pid, struct fdinfo_entry *e)
|
|||
}
|
||||
|
||||
if ((nr_fdinfo_descs + 1) * sizeof(struct fdinfo_desc) >= 4096) {
|
||||
pr_panic("OOM storing pipes\n");
|
||||
pr_panic("OOM storing fdinfo descriptions\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue