diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-04 18:10:57 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-08-04 18:10:57 +0200 |
commit | 68b9c6d5388fd21f761a6fdc4960a26d70a36b0b (patch) | |
tree | 8e487641c232359dc9fc8232073aafbe08f0e623 /tests/quotest.cpp | |
parent | 13153e65276ae35cbfd02fdbb120c44f4051a2aa (diff) | |
download | libquotient-68b9c6d5388fd21f761a6fdc4960a26d70a36b0b.tar.gz libquotient-68b9c6d5388fd21f761a6fdc4960a26d70a36b0b.zip |
quotest: fix the log wording
Diffstat (limited to 'tests/quotest.cpp')
-rw-r--r-- | tests/quotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/quotest.cpp b/tests/quotest.cpp index afe26f7a..0ad5ff6b 100644 --- a/tests/quotest.cpp +++ b/tests/quotest.cpp @@ -507,7 +507,7 @@ TEST_IMPL(changeName) clog << "Names mismatch: found " << newName.toStdString() << " instead of " << arrivedNewName.toStdString() - << "; waiting for the next change" << endl; + << "; waiting for the next event" << endl; return false; }); return false; |