Consistency: replace "x-run" with "xrun" (1/2)
This commit is contained in:
@@ -1870,7 +1870,7 @@ AlsaAudioBackend::main_process_thread ()
|
||||
if (no_proc_errors > bailout) {
|
||||
PBD::error
|
||||
<< string_compose (
|
||||
_("AlsaAudioBackend: Audio Process Terminated after %1 consecutive x-runs."),
|
||||
_("AlsaAudioBackend: Audio Process Terminated after %1 consecutive xruns."),
|
||||
no_proc_errors)
|
||||
<< endmsg;
|
||||
break;
|
||||
@@ -1985,7 +1985,7 @@ AlsaAudioBackend::main_process_thread ()
|
||||
engine.Xrun ();
|
||||
reset_dll = true;
|
||||
#if 0
|
||||
fprintf(stderr, "ALSA x-run read: %.2f ms, write: %.2f ms\n",
|
||||
fprintf(stderr, "ALSA xrun read: %.2f ms, write: %.2f ms\n",
|
||||
_pcmi->capt_xrun() * 1000.0, _pcmi->play_xrun() * 1000.0);
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -207,7 +207,7 @@ AlsaAudioSlave::process_thread ()
|
||||
}
|
||||
|
||||
if (no_proc_errors > bailout) {
|
||||
PBD::error << _("AlsaAudioBackend: Slave terminated due to continuous x-runs.") << endmsg;
|
||||
PBD::error << _("AlsaAudioBackend: Slave terminated due to continuous xruns.") << endmsg;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user