mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-04 04:06:26 -05:00
error: fix indendation in snd_lib_log_filter()
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f55eece85c
commit
a37b8b9377
1 changed files with 2 additions and 1 deletions
|
|
@ -283,7 +283,8 @@ int snd_lib_log_filter(int prio, int interface, const char *configstr)
|
|||
if (interface > 0 && interface <= SND_ILOG_LAST && debug_config.interface_levels[interface] > 0) {
|
||||
level = debug_config.interface_levels[interface];
|
||||
} else {
|
||||
level = debug_config.global_level; }
|
||||
level = debug_config.global_level;
|
||||
}
|
||||
|
||||
if (level == 0)
|
||||
level = SND_LOG_ERROR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue