Module: deluge Branch: master Commit: 423431105096535d6d0b9fe352441058bfa9cc24
Author: Pedro Algarvio <pe...@algarvio.me> Date: Thu Jul 7 20:39:47 2011 +0100 Start with a bigger width. --- deluge/log.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/log.py b/deluge/log.py index 034a0ae..b66a6fa 100644 --- a/deluge/log.py +++ b/deluge/log.py @@ -51,7 +51,7 @@ if 'dev' in common.get_version(): DEFAULT_LOGGING_FORMAT = "%%(asctime)s.%%(msecs)03.0f [%%(levelname)-8s][%%(name)-%ds:%%(lineno)-4d] %%(message)s" else: DEFAULT_LOGGING_FORMAT = "%%(asctime)s [%%(levelname)-8s][%%(name)-%ds] %%(message)s" -MAX_LOGGER_NAME_LENGTH = 3 +MAX_LOGGER_NAME_LENGTH = 10 class Logging(LoggingLoggerClass): def __init__(self, logger_name): -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to deluge-commit@googlegroups.com. To unsubscribe from this group, send email to deluge-commit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.