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

New commits:
commit 1fd5dbd787eb4b984f6bcca0b39f9be92e9d207c
Author: Andras Timar <[email protected]>
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));
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to