projects
/
oweals
/
nmrpflash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e18ba21
)
Remove unneccessary printfs
v0.9.5
author
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Wed, 10 Aug 2016 13:11:19 +0000
(15:11 +0200)
committer
Joseph C. Lehner
<joseph.c.lehner@gmail.com>
Wed, 10 Aug 2016 13:11:19 +0000
(15:11 +0200)
nmrp.c
patch
|
blob
|
history
diff --git
a/nmrp.c
b/nmrp.c
index ce0411fb0ce1ee708ff1286298fedc8c69dab978..a9f1e61440f3d22ab492fdea22296cca1b3fb943 100644
(file)
--- 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) {