Skip to content

Commit a429349

Browse files
committed
FileRequest -> Fix error wording
1 parent d8e52ea commit a429349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/File/FileRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def actionUpdate(self, params):
128128
body = peer.getFile(site.address, inner_path).read()
129129
except Exception as err:
130130
site.log.debug("Can't download updated file %s: %s" % (inner_path, err))
131-
self.response({"error": "File invalid update: Can't download updaed file"})
131+
self.response({"error": "Invalid File update: Failed to download updated file content"})
132132
self.connection.badAction(5)
133133
return
134134

0 commit comments

Comments
 (0)