From 011640af4993a0c923e7c8f3196de52e79797999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 12 Nov 2018 21:17:33 -0500 Subject: [PATCH] cosmetic: capitalize method in output, following existing convention --- pywb/manager/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywb/manager/manager.py b/pywb/manager/manager.py index 6d1e7328c..5f8d49836 100644 --- a/pywb/manager/manager.py +++ b/pywb/manager/manager.py @@ -117,7 +117,7 @@ def add_warcs(self, warcs, method='copy'): for filename in warcs: filename = os.path.abspath(filename) logging.info('%s %s to %s', - method, + method.title(), filename, self.archive_dir) if method == 'hardlink':