2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

Use pr_err for error printing

To follow kernel style

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov
2011-09-30 14:37:12 +04:00
parent f83520aa59
commit a00ef142f8
8 changed files with 71 additions and 71 deletions

View File

@@ -162,8 +162,8 @@ int prep_cr_fdset_for_restore(struct cr_fdset *cr_fdset,
read_ptr_safe(cr_fdset->desc[i].fd, &magic, err);
if (magic != cr_fdset->desc[i].tmpl->magic) {
pr_error("Magic doesn't match for %s\n",
cr_fdset->desc[i].name);
pr_err("Magic doesn't match for %s\n",
cr_fdset->desc[i].name);
goto err;
}