mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
increase log buffer further
This commit is contained in:
parent
77a1e3876b
commit
9bea2503d9
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ void pa_log_levelv_meta(
|
|||
|
||||
/* We don't use dynamic memory allocation here to minimize the hit
|
||||
* in RT threads */
|
||||
char text[4096], location[128], timestamp[32];
|
||||
char text[16*1024], location[128], timestamp[32];
|
||||
|
||||
pa_assert(level < PA_LOG_LEVEL_MAX);
|
||||
pa_assert(format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue