Commit b71727bc authored by Adrian Reber's avatar Adrian Reber Committed by Andrei Vagin

Print out if a RPC configuration file is used

Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@gmail.com>
parent 2543598c
......@@ -371,6 +371,10 @@ static int setup_opts_from_req(int sk, CriuOpts *req)
goto err;
}
if (req->config_file) {
pr_debug("Overwriting RPC settings with values from %s\n", req->config_file);
}
if (kerndat_init())
return 1;
......
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