Skip to content

Commit 8ceb119

Browse files
authored
Fix typos in ALSA log messages (#1704)
1 parent a5bf5c7 commit 8ceb119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/drivers/fluid_alsa.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,10 +1367,10 @@ fluid_alsa_seq_run(void *d)
13671367
}
13681368
else
13691369
{
1370-
FLUID_LOG(FLUID_WARN, "ALSA sequencer buffer overrun, some MIDI events where lost (code=%d)", ev);
1370+
FLUID_LOG(FLUID_WARN, "ALSA sequencer buffer overrun, some MIDI events were lost (code=%d)", ev);
13711371
if(dev->dyn_sample_loading_is_active)
13721372
{
1373-
FLUID_LOG(FLUID_INFO, "Hint: To mitigate buffer overruns, you should consider to disable synth.dynamic-sample-loading!");
1373+
FLUID_LOG(FLUID_INFO, "Hint: To mitigate buffer overruns, you should consider disabling synth.dynamic-sample-loading!");
13741374
// avoid spamming those hints
13751375
dev->dyn_sample_loading_is_active = 0;
13761376
}

0 commit comments

Comments
 (0)