From 5543797422007e199dfe35e5f8c7351d8bb5aaf2 Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Fri, 7 Mar 2014 17:35:05 +0100 Subject: [PATCH] log the correct file state string --- sndiod/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sndiod/file.c b/sndiod/file.c index f4ef91a..b1b5df8 100644 --- a/sndiod/file.c +++ b/sndiod/file.c @@ -207,7 +207,7 @@ timo_done(void) void file_log(struct file *f) { - static char *states[] = { "ini", "bus", "clo", "zom" }; + static char *states[] = { "ini", "zom" }; log_puts(f->ops->name); if (log_level >= 3) {