aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBogdano Arendartchuk <bogdano@mandriva.org>2007-01-30 15:10:12 +0000
committerBogdano Arendartchuk <bogdano@mandriva.org>2007-01-30 15:10:12 +0000
commitf2d171495ab3387cb95256accd5db304f8db0f86 (patch)
treee119cdee869dd901eab14d1709bcfcbd89ce8552
parenta493be252f25b57767023930d4ed927b37816e71 (diff)
downloadmgarepo-f2d171495ab3387cb95256accd5db304f8db0f86.tar
mgarepo-f2d171495ab3387cb95256accd5db304f8db0f86.tar.gz
mgarepo-f2d171495ab3387cb95256accd5db304f8db0f86.tar.bz2
mgarepo-f2d171495ab3387cb95256accd5db304f8db0f86.tar.xz
mgarepo-f2d171495ab3387cb95256accd5db304f8db0f86.zip
Removed stripping of log messages in order to not destroy topic structure
from log messages.
-rw-r--r--RepSys/log.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/RepSys/log.py b/RepSys/log.py
index 3645fdd..535287d 100644
--- a/RepSys/log.py
+++ b/RepSys/log.py
@@ -106,7 +106,6 @@ def format_lines(lines):
entrylines = []
perexpr = re.compile(r"([^%])%([^%])")
for line in lines:
- line = line.lstrip()
if line:
line = perexpr.sub("\\1%%\\2", line)
if first: