Commit a76922eb authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Cyrill Gorcunov

crtools: Fix lost magic arg from print

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent 935c8e75
......@@ -453,7 +453,7 @@ static int cr_parse_file(struct cr_options *opts)
show_unixsk(opts->show_dump_file, fd, true);
break;
default:
pr_err("Unknown magic %x on %s\n", opts->show_dump_file);
pr_err("Unknown magic %x on %s\n", magic, opts->show_dump_file);
goto err;
}
ret = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment