core: Fix log message about ARM feature detection

This commit is contained in:
Peter Meerwald 2012-01-11 22:11:00 +05:30 committed by Arun Raghavan
parent 505a015695
commit 66d2f15f90

View file

@ -138,7 +138,7 @@ pa_bool_t pa_cpu_init_arm(pa_cpu_arm_flag_t *flags) {
return TRUE;
#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__) */
#else /* defined (__arm__) */