mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
Remove dupe of "deprecated stuff on" msg
A similar one is already printed in check_options(). Before this patch: > $ ./criu/criu -vvvvvv --deprecated --log-file=/dev/stdout xxx > (00.000000) Turn deprecated stuff ON > ... > (00.029680) DEPRECATED ON > (00.029687) Error (criu/crtools.c:284): unknown command: xxx Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
8364b09407
commit
5bd776da38
1 changed files with 0 additions and 3 deletions
|
|
@ -210,9 +210,6 @@ int main(int argc, char *argv[], char *envp[])
|
|||
if (fault_injected(FI_CANNOT_MAP_VDSO))
|
||||
kdat.can_map_vdso = 0;
|
||||
|
||||
if (opts.deprecated_ok)
|
||||
pr_debug("DEPRECATED ON\n");
|
||||
|
||||
if (!list_empty(&opts.inherit_fds)) {
|
||||
if (strcmp(argv[optind], "restore")) {
|
||||
pr_err("--inherit-fd is restore-only option\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue