mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-08-04 15:53:44 +00:00
typo: fix missing space in error message
Signed-off-by: Nicolas Viennot <Nicolas.Viennot@twosigma.com>
This commit is contained in:
parent
9bc9366c94
commit
0f438ceeed
1 changed files with 1 additions and 1 deletions
|
|
@ -1877,7 +1877,7 @@ static int open_unixsk_standalone(struct unix_sk_info *ui, int *new_fd)
|
|||
!(opts.ext_unix_sk)) {
|
||||
pr_err("External socket found in image. "
|
||||
"Consider using the --" USK_EXT_PARAM
|
||||
"option to allow restoring it.\n");
|
||||
" option to allow restoring it.\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue