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

Diff for /src/usr.bin/cvs/admin.c between version 1.22 and 1.23

version 1.22, 2005/07/25 12:05:43 version 1.23, 2005/07/27 16:42:19
Line 362 
Line 362 
   
         if (cf->cf_type == DT_DIR) {          if (cf->cf_type == DT_DIR) {
                 if (verbosity > 1)                  if (verbosity > 1)
                         cvs_log(LP_INFO, "Administrating %s", cf->cf_name);                          cvs_log(LP_NOTICE, "Administrating %s", cf->cf_name);
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23