[Libreoffice-commits] online.git: test/helpers.hpp

Andras Timar andras.timar at collabora.com
Fri Jun 15 13:14:41 UTC 2018


 test/helpers.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1fd5dbd787eb4b984f6bcca0b39f9be92e9d207c
Author: Andras Timar <andras.timar at collabora.com>
Date:   Fri Jun 15 15:14:14 2018 +0200

    Do not use the word 'Error' here (tinderbox)
    
    Change-Id: If5bbfceb624974801ffb84e52e6aa1b7e599a7ae

diff --git a/test/helpers.hpp b/test/helpers.hpp
index 22b97dbcb..366ee9ff1 100644
--- a/test/helpers.hpp
+++ b/test/helpers.hpp
@@ -378,7 +378,7 @@ connectLOKit(const Poco::URI& uri,
         catch (const std::exception& ex)
         {
             TST_LOG_END;
-            TST_LOG("Error connecting: " << ex.what());
+            TST_LOG("Connection problem: " << ex.what());
         }
 
         std::this_thread::sleep_for(std::chrono::milliseconds(POLL_TIMEOUT_MS));


More information about the Libreoffice-commits mailing list