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

Diff for /src/usr.bin/cvs/update.c between version 1.158 and 1.159

version 1.158, 2009/03/21 11:16:28 version 1.159, 2009/03/23 07:40:30
Line 328 
Line 328 
   
                 if (cf->file_status != FILE_UNKNOWN &&                  if (cf->file_status != FILE_UNKNOWN &&
                     verbosity > 1)                      verbosity > 1)
                         cvs_log(LP_NOTICE, "Updating %s", cf->file_path);                          cvs_log(LP_ERR, "Updating %s", cf->file_path);
                 return;                  return;
         }          }
   

Legend:
Removed from v.1.158  
changed lines
  Added in v.1.159