summaryrefslogtreecommitdiff
path: root/apps/plugins/wavrecord.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/wavrecord.c')
-rw-r--r--apps/plugins/wavrecord.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/wavrecord.c b/apps/plugins/wavrecord.c
index 5c7a987171..d57a61a6a2 100644
--- a/apps/plugins/wavrecord.c
+++ b/apps/plugins/wavrecord.c
@@ -3772,7 +3772,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
3772 rc = rb->mkdir(recbasedir); 3772 rc = rb->mkdir(recbasedir);
3773 if (rc < 0) 3773 if (rc < 0)
3774 { 3774 {
3775 rb->splash(HZ*2, "Can't create directory %s. Error %d.", 3775 rb->splashf(HZ*2, "Can't create directory %s. Error %d.",
3776 recbasedir, rc); 3776 recbasedir, rc);
3777 return PLUGIN_ERROR; 3777 return PLUGIN_ERROR;
3778 } 3778 }