From 117d7293a5a1b15f1a7a6c805f75c9c7441f18fd Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 15 Jan 2010 21:57:13 +0000 Subject: [PATCH] Clarify WebDAV error message --- chrome/content/zotero/xpcom/storage/webdav.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js index 447cc0647..fcc132d7f 100644 --- a/chrome/content/zotero/xpcom/storage/webdav.js +++ b/chrome/content/zotero/xpcom/storage/webdav.js @@ -586,7 +586,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype._onUploadComplete = function (httpR default: this.onError("Unexpected file upload status " + status - + " in Zotero.Sync.Storage._onUploadComplete()"); + + " in Zotero.Sync.Storage.WebDAV._onUploadComplete()"); return; }