summaryrefslogtreecommitdiff
path: root/GstDebugViewer/Data.py
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2008-11-26 23:21:57 +0200
committerRené Stadler <mail@renestadler.de>2008-11-26 23:25:48 +0200
commitd7c4f9516d0a15cef6e1198db7c74cda95fd6c78 (patch)
tree1a5900cb92e3972aa7a1a12ae8c52a4942a64614 /GstDebugViewer/Data.py
parentcbbe71276e7d365886c8370a8cb4e0b459642110 (diff)
Add FIXME comments
Diffstat (limited to 'GstDebugViewer/Data.py')
-rw-r--r--GstDebugViewer/Data.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/GstDebugViewer/Data.py b/GstDebugViewer/Data.py
index 8a44a57..8e56a9b 100644
--- a/GstDebugViewer/Data.py
+++ b/GstDebugViewer/Data.py
@@ -277,6 +277,7 @@ class LogLine (list):
if isinstance (message_offset, str):
message = message_offset
+ # FIXME: Regarding object_, this doesn't fully replicate the formatting!
return "%s %5d 0x%x %s %20s %s:%d:%s:<%s> %s" % (time_args (ts), pid, thread, level.name.ljust (5),
category, filename, line, function,
object_, message,)