[Libreoffice-commits] online.git: loolwsd/Storage.cpp

Pranav Kant pranavk at collabora.co.uk
Tue Jun 28 06:42:08 UTC 2016


 loolwsd/Storage.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0f23d617cacece2c8ae3b4dafb9906f5b565e840
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Tue Jun 28 12:11:10 2016 +0530

    loolwsd: Fix incorrect WOPI PutFile path in logs
    
    Change-Id: I90f0cd249b1b32593e16801a3c78daa128aa6d71

diff --git a/loolwsd/Storage.cpp b/loolwsd/Storage.cpp
index ed42978..5c3680c 100644
--- a/loolwsd/Storage.cpp
+++ b/loolwsd/Storage.cpp
@@ -370,7 +370,7 @@ bool WopiStorage::saveLocalFileToStorage()
     Log::info("WOPI::PutFile response: " + oss.str());
     const auto success = (response.getStatus() == Poco::Net::HTTPResponse::HTTP_OK);
     Log::info() << "WOPI::PutFile uploaded " << size << " bytes from [" << _jailedFilePath  << "]:"
-                << "] -> [" << _uri << "]: "
+                << "] -> [" << url << "]: "
                 <<  response.getStatus() << " " << response.getReason() << Log::end;
 
     return success;


More information about the Libreoffice-commits mailing list