Author: duncan
Date: Mon Oct 15 14:36:54 2007
New Revision: 9989

Log:
Fixed a careless and silly typo


Modified:
   branches/rel-1/freevo/src/video/plugins/bookmarker.py

Modified: branches/rel-1/freevo/src/video/plugins/bookmarker.py
==============================================================================
--- branches/rel-1/freevo/src/video/plugins/bookmarker.py       (original)
+++ branches/rel-1/freevo/src/video/plugins/bookmarker.py       Mon Oct 15 
14:36:54 2007
@@ -177,7 +177,7 @@
                 try:
                     item.elapsed = int(position)
                 except ValueError, e:
-                    _debug_('Cannot save bookmark for postion %r: %s' % 
(position, e)
+                    _debug_('Cannot save bookmark for postion %r: %s' % 
(position, e))
                     return False
 
             bookmarkfile = util.get_bookmarkfile(item.filename)

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to