chore: Use clang-tidy v22 new features (#7427)

This commit is contained in:
Ayaz Salikhov
2026-06-24 18:23:29 +01:00
committed by GitHub
parent 4fec58251b
commit eef8f4a4ff
90 changed files with 315 additions and 294 deletions

View File

@@ -1612,7 +1612,9 @@ ApplicationImp::signalStop(std::string const& msg)
JLOG(journal_.warn()) << "Server stopping";
}
else
{
JLOG(journal_.warn()) << "Server stopping: " << msg;
}
isTimeToStop.notify_all();
}