1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-17 23:03:29 +02:00

sndiod: Drop extra \n in debug printf

This commit is contained in:
ratchov
2026-06-11 06:56:44 +00:00
parent a8bd8000e0
commit 47f6a7a21f
+2 -2
View File
@@ -1,4 +1,4 @@
/* $OpenBSD: dev.c,v 1.135 2026/05/26 14:50:52 ratchov Exp $ */
/* $OpenBSD: dev.c,v 1.136 2026/06/11 06:56:44 ratchov Exp $ */
/*
* Copyright (c) 2008-2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -653,7 +653,7 @@ dev_cycle(struct dev *d)
} else {
if (s->paused) {
#ifdef DEBUG
logx(3, "slot%zu: resumed\n", s - slot_array);
logx(3, "slot%zu: resumed", s - slot_array);
#endif
s->paused = 0;
}