From eb4dc9fc3b6b38de297039ca22c67e958884b860 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Wed, 26 Jul 2023 01:03:53 +0000 Subject: [PATCH] ignwarn cause citadel :( Signed-off-by: Arjo Chakravarty --- src/TestFixture.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestFixture.cc b/src/TestFixture.cc index 4568d010f7..0b6e90a258 100644 --- a/src/TestFixture.cc +++ b/src/TestFixture.cc @@ -212,7 +212,7 @@ std::shared_ptr TestFixture::Server() const { if (!this->dataPtr->finalized) { - gzwarn << "Fixture has not been finalized, any functions you attempted" + ignwarn << "Fixture has not been finalized, any functions you attempted" << "to hook into will not be run. It is recommended to call Finalize()" << "before accessing the server." << std::endl;