From 66d2f15f9080b0230fa52ad28ca2b7e3ee196571 Mon Sep 17 00:00:00 2001
From: Peter Meerwald
Date: Wed, 11 Jan 2012 22:11:00 +0530
Subject: [PATCH] core: Fix log message about ARM feature detection
---
src/pulsecore/cpu-arm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pulsecore/cpu-arm.c b/src/pulsecore/cpu-arm.c
index 9208e4585..9c654a3af 100644
--- a/src/pulsecore/cpu-arm.c
+++ b/src/pulsecore/cpu-arm.c
@@ -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__) */