1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

log the correct file state string

This commit is contained in:
Alexandre Ratchov 2014-03-07 17:35:05 +01:00
parent af546d3a0f
commit 5543797422

View File

@ -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) {