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

Diff for /src/usr.bin/sndiod/siofile.c between version 1.7 and 1.8

version 1.7, 2015/07/24 08:43:04 version 1.8, 2015/07/24 08:43:58
Line 495 
Line 495 
 {  {
         struct dev *d = arg;          struct dev *d = arg;
   
   #ifdef DEBUG
           if (log_level >= 2) {
                   dev_log(d);
                   log_puts(": disconnected\n");
           }
   #endif
         dev_close(d);          dev_close(d);
 }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8