loolwsd/Storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 16560dcd1f236d4ab1606293cf807e4919ce402c Author: Pranav Kant <pran...@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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits