summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-app.c b/test-app.c
index 28ed9a3..8bc960a 100644
--- a/test-app.c
+++ b/test-app.c
@@ -254,7 +254,7 @@ static int se_timer_test(void)
TRY_OPEN(fd_semhu1_ept, "/dev/rpmsg0", O_RDWR);
write(fd_semhu1_ept, &message, sizeof(message));
- printf("Sent timer test command to boot processor\n", message);
+ printf("Sent timer: %d, test command to boot processor\n", message);
/* destroy endpoints */
TRY_IOCTL(status, fd_semhu1_ept, RPMSG_DESTROY_EPT_IOCTL);