aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/sdlog2/sdlog2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/sdlog2/sdlog2.c b/src/modules/sdlog2/sdlog2.c
index 27efe2c62..83bc338e2 100644
--- a/src/modules/sdlog2/sdlog2.c
+++ b/src/modules/sdlog2/sdlog2.c
@@ -348,7 +348,7 @@ int open_logfile()
}
warnx("logging to: %s", path_buf);
- mavlink_log_info(mavlink_fd, "[sdlog2] logging to: %s", path_buf);
+ mavlink_log_info(mavlink_fd, "[sdlog2] log: %s", path_buf);
return fd;
}