[pitivi: 6/13] Revert a change in log.py that I introduced in the previous commit.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 6/13] Revert a change in log.py that I introduced in the previous commit.
- Date: Tue, 2 Mar 2010 11:13:28 +0000 (UTC)
commit b1785fc083b1294199721f37378171dc50f68e6c
Author: Alessandro Decina <alessandro d gmail com>
Date: Mon Mar 1 15:14:32 2010 +0100
Revert a change in log.py that I introduced in the previous commit.
pitivi/log/log.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/log/log.py b/pitivi/log/log.py
index 794ad0c..74a3fc1 100644
--- a/pitivi/log/log.py
+++ b/pitivi/log/log.py
@@ -430,7 +430,7 @@ def stderrHandler(level, object, category, file, line, message):
safeprintf(sys.stderr, '%s [%5d] [0x%12x] %-32s %-17s %-15s %-4s %s %s\n',
getFormattedLevelName(level), os.getpid(), thread.get_ident(),
o[:32], category,
- time.time()
+ time.strftime("%b %d %H:%M:%S")
, "", message, where)
sys.stderr.flush()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]