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-11-01 16:09:46 (GMT)
committer erikb <erikb@574bc980-5f2d-0410-acbc-c8f9f0eb14e0>2007-11-01 16:09:46 (GMT)
commitcdfe509740cf2fe84f1bd09a5d0e0596f41a4168 (patch)
tree0a88b1536e80b464ea1babe09de458e92cf9bace /recordtube.py
parent1cb1dade62e896698f622da6d05bb2612416ddab (diff)
fixes
git-svn-id: http://mediamods.com/public-svn/camera-activity/Record.activity@829 574bc980-5f2d-0410-acbc-c8f9f0eb14e0
Diffstat (limited to 'recordtube.py')
-rw-r--r--recordtube.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/recordtube.py b/recordtube.py
index 9efe61f..fe45b3d 100644
--- a/recordtube.py
+++ b/recordtube.py
@@ -78,7 +78,7 @@ class RecordTube(ExportedGObject):
for chunk in range(chunks):
bytes = f.read(chunk_size)
- Record.log.debug("sending " + str(chunk+1) + " of " + str(chunks) + " to " + sendThisTo )
+ record.Record.log.debug("sending " + str(chunk+1) + " of " + str(chunks) + " to " + sendThisTo )
self.broadcastRecdBits(md5, chunk+1, chunks, bytes, sendThisTo, Instance.keyHashPrintable)
f.close()