mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
drop a couple of WARNING prefixes in log messages, since we have pa_log_warn anyway for marking warnings especially
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1842 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
19eb7ebd4d
commit
d3b898513c
13 changed files with 22 additions and 24 deletions
|
|
@ -704,7 +704,7 @@ void pa_mempool_free(pa_mempool *p) {
|
|||
|
||||
if (pa_atomic_load(&p->stat.n_allocated) > 0) {
|
||||
/* raise(SIGTRAP); */
|
||||
pa_log_warn("WARNING! Memory pool destroyed but not all memory blocks freed! %u remain.", pa_atomic_load(&p->stat.n_allocated));
|
||||
pa_log_warn("Memory pool destroyed but not all memory blocks freed! %u remain.", pa_atomic_load(&p->stat.n_allocated));
|
||||
}
|
||||
|
||||
pa_shm_free(&p->memory);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue