Downgrade hrtimer warning to notice level

This commit is contained in:
Lennart Poettering 2008-09-05 00:38:52 +02:00
parent 11cc072a1e
commit 12c5c62dad
2 changed files with 2 additions and 2 deletions

View file

@ -1241,7 +1241,7 @@ int pa__init(pa_module*m) {
} }
if (use_tsched && !pa_rtclock_hrtimer()) { 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; use_tsched = FALSE;
} }

View file

@ -1073,7 +1073,7 @@ int pa__init(pa_module*m) {
} }
if (use_tsched && !pa_rtclock_hrtimer()) { 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; use_tsched = FALSE;
} }