diff options
Diffstat (limited to 'src/fruits')
| -rw-r--r-- | src/fruits/cmv/cmv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fruits/cmv/cmv.c b/src/fruits/cmv/cmv.c index 1b9c8c1..c5bb22a 100644 --- a/src/fruits/cmv/cmv.c +++ b/src/fruits/cmv/cmv.c @@ -129,7 +129,7 @@ s32 window_system_main(u32 argc, str *argv, void *extra) bool local = argc > 1; #else if (argc > 1) { - warn("Got arguments in a sink-only configuration."); + log_warn("Got arguments in a sink-only configuration."); } #endif |