mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 19:01:15 +00:00
Reduce info debugging.
This commit is contained in:
parent
928d816968
commit
d415f526d7
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ static const arg_t cont_args_def[] = {
|
|||
arg[2] = "yes";
|
||||
|
||||
config = cmd_ln_parse_r(NULL, cont_args_def, 3, arg, TRUE);
|
||||
// turn off pocketsphinx output
|
||||
err_set_logfp(NULL);
|
||||
err_set_debug_level(0);
|
||||
ps_default_search_args(config);
|
||||
ps = ps_init(config);
|
||||
if (ps == NULL)
|
||||
|
|
Loading…
Reference in a new issue