From f7bd9d54782b367067f3e668d709f21b13c6421a Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 10 Aug 2016 15:11:19 +0200 Subject: [PATCH] Remove unneccessary printfs --- nmrp.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/nmrp.c b/nmrp.c index ce0411f..a9f1e61 100644 --- a/nmrp.c +++ b/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) { -- 2.25.1