Skip to content

Commit

Permalink
ignwarn cause citadel :(
Browse files Browse the repository at this point in the history
Signed-off-by: Arjo Chakravarty <[email protected]>
  • Loading branch information
arjo129 committed Jul 26, 2023
1 parent c5471e5 commit eb4dc9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TestFixture.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ std::shared_ptr<Server> 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;
Expand Down

0 comments on commit eb4dc9f

Please sign in to comment.