Downgrade hrtimer warning to notice level
authorLennart Poettering <lennart@poettering.net>
Thu, 4 Sep 2008 22:38:52 +0000 (00:38 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 4 Sep 2008 22:38:52 +0000 (00:38 +0200)
src/modules/module-alsa-sink.c
src/modules/module-alsa-source.c

index e3f9a5f..6f0d783 100644 (file)
@@ -1241,7 +1241,7 @@ int pa__init(pa_module*m) {
     }
 
     if (use_tsched && !pa_rtclock_hrtimer()) {
-        pa_log("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
+        pa_log_notice("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
         use_tsched = FALSE;
     }
 
index 54ffde5..fca0500 100644 (file)
@@ -1073,7 +1073,7 @@ int pa__init(pa_module*m) {
     }
 
     if (use_tsched && !pa_rtclock_hrtimer()) {
-        pa_log("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
+        pa_log_notice("Disabling timer-based scheduling because high-resolution timers are not available from the kernel.");
         use_tsched = FALSE;
     }