summaryrefslogtreecommitdiffstats
path: root/cpudetect.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpudetect.c')
-rw-r--r--cpudetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpudetect.c b/cpudetect.c
index 0983e2f96d..8fdf488dbf 100644
--- a/cpudetect.c
+++ b/cpudetect.c
@@ -347,7 +347,7 @@ static void check_os_katmai_support( void )
#else
/* Do nothing on other platforms for now.
*/
- message( "Not testing OS support for SSE, leaving disabled.\n" );
+ printf( "Not testing OS support for SSE, leaving disabled.\n" );
gCpuCaps.hasSSE=0;
#endif /* __linux__ */
}