Print message when skipping ethernet connection detection
This commit is contained in:
parent
fba44211d7
commit
11a55e27a4
1 changed files with 1 additions and 0 deletions
1
nmrp.c
1
nmrp.c
|
|
@ -504,6 +504,7 @@ int nmrp_do(struct nmrpd_args *args)
|
||||||
fprintf(stderr, "Error: Ethernet cable is unplugged.\n");
|
fprintf(stderr, "Error: Ethernet cable is unplugged.\n");
|
||||||
goto out;
|
goto out;
|
||||||
} else {
|
} else {
|
||||||
|
printf("\rSkipped.\n");
|
||||||
g_interrupted = false;
|
g_interrupted = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue