summaryrefslogtreecommitdiff
path: root/apps/plugins/properties.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/properties.c')
-rw-r--r--apps/plugins/properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/properties.c b/apps/plugins/properties.c
index 86955a7b57..22288d406f 100644
--- a/apps/plugins/properties.c
+++ b/apps/plugins/properties.c
@@ -292,7 +292,7 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame
292 if(!found) 292 if(!found)
293 { 293 {
294 /* weird: we couldn't find the entry. This Should Never Happen (TM) */ 294 /* weird: we couldn't find the entry. This Should Never Happen (TM) */
295 rb->splash(0, "File/Dir not found: %s", file); 295 rb->splashf(0, "File/Dir not found: %s", file);
296 rb->action_userabort(TIMEOUT_BLOCK); 296 rb->action_userabort(TIMEOUT_BLOCK);
297 return PLUGIN_OK; 297 return PLUGIN_OK;
298 } 298 }