mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
svolume: Make log messages more precise.
I was looking at a log, and noticed the following lines: I [pulseaudio] svolume_mmx.c: Initialising MMX optimized functions. I [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers. I [pulseaudio] svolume_sse.c: Initialising SSE2 optimized functions. I [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers. I [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions. It seemed odd that some messages were somewhat precise in what functionality was initialized, while the svolume messages told me that they had initialized just "functions". So I made the svolume log messages more precise to match the sconv and remap messages.
This commit is contained in:
parent
dccbefa394
commit
0636f4e685
4 changed files with 4 additions and 4 deletions
|
|
@ -127,7 +127,7 @@ static void run_test(void) {
|
|||
#endif
|
||||
|
||||
void pa_volume_func_init_orc(void) {
|
||||
pa_log_info("Initialising ORC optimized functions.");
|
||||
pa_log_info("Initialising ORC optimized volume functions.");
|
||||
|
||||
#ifdef RUN_TEST
|
||||
run_test();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue