aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/px4/px4io/driver/px4io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4/px4io/driver/px4io.cpp b/apps/px4/px4io/driver/px4io.cpp
index 3a3ff6407..fafec77f9 100644
--- a/apps/px4/px4io/driver/px4io.cpp
+++ b/apps/px4/px4io/driver/px4io.cpp
@@ -536,7 +536,7 @@ px4io_main(int argc, char *argv[])
case OK:
break;
case -ENOENT:
- fprintf(stderr, "PX4IO firmware file '%s' not found\n", fn);
+ fprintf(stderr, "PX4IO firmware file not found\n");
break;
case -EEXIST:
case -EIO: