diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 06:47:36 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-12 06:47:36 +0200 |
commit | 9e00c3ac52f5c289d87a017df8c25fb2d874f254 (patch) | |
tree | 59f5a655b7136cc4593cf9d932096bb01bd7beba /apps/mixer.c | |
parent | osc requests get now acked (diff) |
added command line parser
midi and osc are now optional
Diffstat (limited to 'apps/mixer.c')
-rw-r--r-- | apps/mixer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mixer.c b/apps/mixer.c index 026a43e..54df1b4 100644 --- a/apps/mixer.c +++ b/apps/mixer.c @@ -194,7 +194,7 @@ int mixer_switch_lang(mixer_t* x, const char* lang, void (*done_cb)(void*), void return 0; } } - error(0, 0, "requested language '%s' not found ... ignoring switch", lang); + error(0, 0, "requested language '%s' not found ... ignoring request", lang); return 0; } |