Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gplay.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 21:11:53 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 21:11:53 (GMT)
commit9ba5ce5c54a679c93a44776397596006be882510 (patch)
treeca9d599b999c9ddd154ff63e453f2cffcd41b365 /gplay.py
parent3ff19131016a59ae85e539e128569d6d721087e2 (diff)
greplay is an obj now
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@836 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'gplay.py')
-rw-r--r--gplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gplay.py b/gplay.py
index eb43d5e..bd4f02c 100644
--- a/gplay.py
+++ b/gplay.py
@@ -81,7 +81,7 @@ class Gplay:
self.getPlayer().set_state(gst.STATE_READY)
self.getPlayer().set_property('uri', location)
ext = location[len(location)-3:]
- record.Record.log.debug("setLocation:"+str(ext))
+ record.Record.log.debug("setLocation: ext->"+str(ext))
if (ext == "jpg"):
self.pause()