Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/recordtube.py
diff options
context:
space:
mode:
authorerikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-25 04:24:24 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-10-25 04:24:24 (GMT)
commitb8e40a6e9a0a600919c60836fd64327d59f072d9 (patch)
tree43bcc607c79ab802ab2f711fde2247afa136c659 /recordtube.py
parent8515ad084b1be80bdb376644b1d4deacc65a38ac (diff)
slight clean up
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@730 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recordtube.py')
-rw-r--r--recordtube.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/recordtube.py b/recordtube.py
index 2053374..b0f835a 100644
--- a/recordtube.py
+++ b/recordtube.py
@@ -41,8 +41,7 @@ class RecordTube(ExportedGObject):
self._logger.debug("sender is my bus name, so ignore my own signal")
return
elif (recorder == self.myHashKey):
- self._logger.debug('excuse me? you are asking me to share this with myself?')
+ self._logger.debug('excuse me? you are asking me to share a photo with myself?')
return
- print("here is the xml:" + recdXml)
self.emit( "new-recd", str(recorder), str(recdXml) ) \ No newline at end of file