wsd/Storage.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c55afd25756351a86d44fc878ebd7ed13ab620fa
Author:     Mike Kaganski <[email protected]>
AuthorDate: Fri Feb 14 17:15:22 2020 +0300
Commit:     Mike Kaganski <[email protected]>
CommitDate: Tue Feb 18 17:30:35 2020 +0100

    Don't drop trace log on error
    
    Change-Id: I4839b02f01156e433de095395f1cb034e9aa9745
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88716
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>

diff --git a/wsd/Storage.cpp b/wsd/Storage.cpp
index b470ba433..ac347071e 100644
--- a/wsd/Storage.cpp
+++ b/wsd/Storage.cpp
@@ -547,6 +547,7 @@ std::unique_ptr<WopiStorage::WOPIFileInfo> 
WopiStorage::getWOPIFileInfo(const Au
             }
 
             LOG_END(logger, true);
+            logger.flush();
         }
 
         if (response.getStatus() != Poco::Net::HTTPResponse::HTTP_OK)
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to