mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
Downgrade hrtimer warning to notice level
This commit is contained in:
parent
11cc072a1e
commit
12c5c62dad
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue