Reviewed by Tony Chang.
Fix some spacing issues with log messages with
new-run-webkit-tests --verbose.
https://bugs.webkit.org/show_bug.cgi?id=49936
* Scripts/webkitpy/layout_tests/layout_package/printing.py:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72576
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-11-22 Dirk Pranke <dpranke@chromium.org>
+
+ Reviewed by Tony Chang.
+
+ Fix some spacing issues with log messages with
+ new-run-webkit-tests --verbose.
+
+ https://bugs.webkit.org/show_bug.cgi?id=49936
+
+ * Scripts/webkitpy/layout_tests/layout_package/printing.py:
+
2010-11-22 Ojan Vafai <ojan@chromium.org>
Reviewed by Adam Barth.
log_datefmt = '%y%m%d %H:%M:%S'
log_level = logging.INFO
if verbose:
- log_fmt = ('%(asctime)s %(process)d %(filename)s:%(lineno)-4d %(levelname)s'
- '%(message)s')
+ log_fmt = ('%(asctime)s %(process)d %(filename)s:%(lineno)d '
+ '%(levelname)s %(message)s')
log_level = logging.DEBUG
root = logging.getLogger()