summaryrefslogtreecommitdiff
path: root/test/helpers.hpp
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2018-06-15 15:14:14 +0200
committerAndras Timar <andras.timar@collabora.com>2018-06-15 15:14:14 +0200
commit1fd5dbd787eb4b984f6bcca0b39f9be92e9d207c (patch)
treebbc85f01328a49acc44bd638cc2df0fd2cd95156 /test/helpers.hpp
parent6c42c2bc91d9cffc89cbccce1a083638aefbd9b3 (diff)
Do not use the word 'Error' here (tinderbox)
Change-Id: If5bbfceb624974801ffb84e52e6aa1b7e599a7ae
Diffstat (limited to 'test/helpers.hpp')
-rw-r--r--test/helpers.hpp2
1 files changed, 1 insertions, 1 deletions
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));