mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Fix typo: "now"->"not".
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2351 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
43a30a2ff1
commit
ff09fa391a
1 changed files with 2 additions and 2 deletions
|
|
@ -469,7 +469,7 @@ int main(int argc, char *argv[]) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (conf->high_priority && !pa_can_high_priority())
|
if (conf->high_priority && !pa_can_high_priority())
|
||||||
pa_log_warn("High-priority scheduling enabled in configuration but now allowed by policy.");
|
pa_log_warn("High-priority scheduling enabled in configuration but not allowed by policy.");
|
||||||
|
|
||||||
if (conf->high_priority && conf->cmd == PA_CMD_DAEMON)
|
if (conf->high_priority && conf->cmd == PA_CMD_DAEMON)
|
||||||
pa_raise_priority(conf->nice_level);
|
pa_raise_priority(conf->nice_level);
|
||||||
|
|
@ -511,7 +511,7 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (conf->realtime_scheduling && !pa_can_realtime())
|
if (conf->realtime_scheduling && !pa_can_realtime())
|
||||||
pa_log_warn("Real-time scheduling enabled in configuration but now allowed by policy.");
|
pa_log_warn("Real-time scheduling enabled in configuration but not allowed by policy.");
|
||||||
|
|
||||||
LTDL_SET_PRELOADED_SYMBOLS();
|
LTDL_SET_PRELOADED_SYMBOLS();
|
||||||
pa_ltdl_init();
|
pa_ltdl_init();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue