瀏覽代碼

add missing timezone identifier to summary

Fabian Peter Hammerle 5 年之前
父節點
當前提交
bd69bde768
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      free_disk/__init__.py

+ 1 - 1
free_disk/__init__.py

@@ -74,7 +74,7 @@ def main():
     if removed_files_counter == 0:
         logging.warning('No files to remove')
     else:
-        logging.info('Removed %d file(s) with modification date <= %s', removed_files_counter,
+        logging.info('Removed %d file(s) with modification date <= %sZ', removed_files_counter,
                      datetime.datetime.utcfromtimestamp(last_mtime).isoformat('T'))