Remove unneccessary printfs
This commit is contained in:
parent
e18ba2183d
commit
f7bd9d5478
1 changed files with 1 additions and 5 deletions
6
nmrp.c
6
nmrp.c
|
@ -609,11 +609,7 @@ int nmrp_do(struct nmrpd_args *args)
|
|||
printf("Executing '%s' ... ", args->tftpcmd);
|
||||
fflush(stdout);
|
||||
status = system(args->tftpcmd);
|
||||
if (!status) {
|
||||
printf("OK\n");
|
||||
} else {
|
||||
printf("ERR\n");
|
||||
}
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
if (!status && args->file_local) {
|
||||
|
|
Loading…
Add table
Reference in a new issue