Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-10 15:33:29 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-09-10 15:33:29 (GMT)
commit3f39e9b4d679c22bf008ecca281981b768559e4d (patch)
tree0ac73b8649622bec13f10a1c8010ff5e9376e7b7
parent280ecdefb00d4e20e4f64883c8bbd2fdd6f86ff5 (diff)
Typo
-rw-r--r--src/olpc/datastore/filestore.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/olpc/datastore/filestore.py b/src/olpc/datastore/filestore.py
index 797c4f9..55cb47a 100644
--- a/src/olpc/datastore/filestore.py
+++ b/src/olpc/datastore/filestore.py
@@ -42,8 +42,7 @@ class FileStore(object):
os.remove(destination_path)
completion_cb()
else:
- logging.debug('FileStore moving from %r to %r' % \
- (file_path, destination_path))
+ logging.debug('FileStore: Nothing to do')
completion_cb()
def _async_copy(self, uid, file_path, destination_path, completion_cb):