Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/logcollect.py
diff options
context:
space:
mode:
Diffstat (limited to 'logcollect.py')
-rw-r--r--logcollect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logcollect.py b/logcollect.py
index 10c57b1..5800229 100644
--- a/logcollect.py
+++ b/logcollect.py
@@ -390,7 +390,7 @@ class LogCollect:
# Do not include UUID!
s += 'laptop-info-version: 1.0\n'
s += 'clock: %f\n' % time.clock()
- s += 'date: %s' % time.strftime("%a, %d %b %Y %H:%M:%S +0000",
+ s += 'date: %s\n' % time.strftime("%a, %d %b %Y %H:%M:%S +0000",
time.gmtime())
s += 'memfree: %s\n' % self._mp.memfree()
s += 'disksize: %s MB\n' % ( self._mp.disksize('/') / (1024*1024) )