[BACK]Return to file.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / sndiod

Diff for /src/usr.bin/sndiod/file.c between version 1.4 and 1.5

version 1.4, 2013/11/18 17:37:45 version 1.5, 2014/03/17 17:17:01
Line 207 
Line 207 
 void  void
 file_log(struct file *f)  file_log(struct file *f)
 {  {
         static char *states[] = { "ini", "bus", "clo", "zom" };          static char *states[] = { "ini", "zom" };
   
         log_puts(f->ops->name);          log_puts(f->ops->name);
         if (log_level >= 3) {          if (log_level >= 3) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5