summaryrefslogtreecommitdiff
path: root/apps/system/zmodem/rz_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/zmodem/rz_main.c')
-rw-r--r--apps/system/zmodem/rz_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/system/zmodem/rz_main.c b/apps/system/zmodem/rz_main.c
index 886e17463..a7d475e2f 100644
--- a/apps/system/zmodem/rz_main.c
+++ b/apps/system/zmodem/rz_main.c
@@ -137,7 +137,7 @@ int rz_main(int argc, FAR char **argv)
ret = zmr_receive(handle);
if (ret < 0)
{
- fprintf(stderr, "File reception failed: %d\n", ret);
+ fprintf(stderr, "ERROR: File reception failed: %d\n", ret);
goto errout_with_zmodem;
}