speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] module: set log level before audio initialization


From: Андрей Холодный
Subject: [PATCH] module: set log level before audio initialization
Date: Thu, 4 Feb 2010 15:37:41 +0100

> Why do you think we need this patch? It makes no difference as to how things 
> are sent, so far as I understand the code.

two function calls are swapped.

ret = output_send_loglevel_setting(module);
ret = output_send_audio_settings(module);

now log level is set before audio init.
Without that you will never get logging turned on in open functions of
audio plugins while start.

Andrei.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]