core: Fix log message about ARM feature detection
authorPeter Meerwald <p.meerwald@bct-electronic.com>
Wed, 11 Jan 2012 16:41:00 +0000 (22:11 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Wed, 11 Jan 2012 16:41:00 +0000 (22:11 +0530)
src/pulsecore/cpu-arm.c

index 9208e45..9c654a3 100644 (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__) */