[svn] commit: r2446 - /trunk/src/lib/python/isc/log/log.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 9 00:53:40 UTC 2010
Author: jinmei
Date: Fri Jul 9 00:53:39 2010
New Revision: 2446
Log:
editorial fix: add a space between a keyword and a parenthesis.
trivial, skipping review.
Modified:
trunk/src/lib/python/isc/log/log.py
Modified: trunk/src/lib/python/isc/log/log.py
==============================================================================
--- trunk/src/lib/python/isc/log/log.py (original)
+++ trunk/src/lib/python/isc/log/log.py Fri Jul 9 00:53:39 2010
@@ -158,7 +158,7 @@
max_bytes : limit log growth
backup_count : max backup count
"""
- if(log_file != 0 and log_file != ''):
+ if (log_file != 0 and log_file != ''):
try:
self._file_handler = NSFileLogHandler(filename = log_file,
maxBytes = max_bytes, backupCount = backup_count)
More information about the bind10-changes
mailing list