increase log buffer further

This commit is contained in:
Lennart Poettering 2009-04-04 04:13:11 +02:00
parent 77a1e3876b
commit 9bea2503d9

View file

@ -262,7 +262,7 @@ void pa_log_levelv_meta(
/* We don't use dynamic memory allocation here to minimize the hit /* We don't use dynamic memory allocation here to minimize the hit
* in RT threads */ * 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(level < PA_LOG_LEVEL_MAX);
pa_assert(format); pa_assert(format);