فهرست منبع

remove status that is best reflected in VCS

Antoine Beaupré 9 سال پیش
والد
کامیت
b1eafe7833
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      borg/logger.py

+ 1 - 2
borg/logger.py

@@ -8,8 +8,7 @@ The way to use this is as follows:
     logger = create_logger()
     logger = create_logger()
 
 
 * then each module uses logger.info/warning/debug/etc according to the
 * then each module uses logger.info/warning/debug/etc according to the
-  level it believes is appropriate. a first conversion was done, but
-  can be revised later on:
+  level it believes is appropriate:
 
 
     logger.debug('some intricate details you usually do not care about')
     logger.debug('some intricate details you usually do not care about')
     logger.info('verbose progress information')
     logger.info('verbose progress information')