add a missing \n to an unregister failure message
This commit is contained in:
parent
9dbee70d4a
commit
21ed9908a2
@ -671,7 +671,7 @@ pcm_unregister(device_t dev)
|
||||
SLIST_FOREACH(sce, &d->channels, link) {
|
||||
ch = sce->channel;
|
||||
if (ch->refcount > 0) {
|
||||
device_printf(dev, "unregister: channel %s busy (pid %d)", ch->name, ch->pid);
|
||||
device_printf(dev, "unregister: channel %s busy (pid %d)\n", ch->name, ch->pid);
|
||||
snd_mtxunlock(d->lock);
|
||||
return EBUSY;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user