From: Joseph C. Lehner Date: Wed, 10 Aug 2016 13:11:19 +0000 (+0200) Subject: Remove unneccessary printfs X-Git-Tag: v0.9.5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7f503867cd234d30af94b8a7898787da30948cd2;p=oweals%2Fnmrpflash.git Remove unneccessary printfs --- 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) {