[Libreoffice-commits] online.git: loolwsd/Storage.cpp
Pranav Kant
pranavk at collabora.co.uk
Thu Aug 11 08:10:19 UTC 2016
loolwsd/Storage.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 16560dcd1f236d4ab1606293cf807e4919ce402c
Author: Pranav Kant <pranavk at collabora.co.uk>
Date: Thu Aug 11 13:39:11 2016 +0530
loolwsd: Fix incorrect WOPI content path in logs
diff --git a/loolwsd/Storage.cpp b/loolwsd/Storage.cpp
index d93a743..4487e5b 100644
--- a/loolwsd/Storage.cpp
+++ b/loolwsd/Storage.cpp
@@ -337,7 +337,7 @@ std::string WopiStorage::loadStorageFileToLocal()
std::ostreambuf_iterator<char>(ofs));
const auto size = getFileSize(_jailedFilePath);
- Log::info() << "WOPI::GetFile downloaded " << size << " bytes from [" << _uri
+ Log::info() << "WOPI::GetFile downloaded " << size << " bytes from [" << url
<< "] -> " << _jailedFilePath << ": "
<< response.getStatus() << " " << response.getReason() << Log::end;
More information about the Libreoffice-commits
mailing list