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
1 changed files with 1 additions and 1 deletions

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