Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar_network/node/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'sugar_network/node/sync.py')
-rw-r--r--sugar_network/node/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar_network/node/sync.py b/sugar_network/node/sync.py
index b0a20bf..f5b946c 100644
--- a/sugar_network/node/sync.py
+++ b/sugar_network/node/sync.py
@@ -199,7 +199,7 @@ def _encode(limit, packets, download_blobs, header, status):
pos = (yield chunk) or 0
blob_size -= len(chunk)
enforce(blob_size == 0, EOFError,
- 'Blob size is not the same as declared')
+ 'File size is not the same as declared')
record = next(content)
except StopIteration: