mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
core: Fix log message about ARM feature detection
This commit is contained in:
parent
505a015695
commit
66d2f15f90
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags) {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
#else /* defined (__linux__) */
|
#else /* defined (__linux__) */
|
||||||
pa_log ("ARM cpu features not yet supported on this OS");
|
pa_log("Reading ARM CPU features not yet supported on this OS");
|
||||||
#endif /* defined (__linux__) */
|
#endif /* defined (__linux__) */
|
||||||
|
|
||||||
#else /* defined (__arm__) */
|
#else /* defined (__arm__) */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue