rm c-style array

This commit is contained in:
m-aXimilian
2025-06-14 17:15:13 +02:00
committed by Kueffner, Maximilian
parent a7ec70bf3f
commit 08d1564573
+1 -2
View File
@@ -71,6 +71,5 @@ void SpdLogger::ChangeLevel(LogLevel lvl)
// you will only get this message for log levels <= info! I.e., not for error or warning.
this->logger_->info(
std::format("{}: Changed log level to {}({})", __FUNCTION__, LogLevelToString(lvl), static_cast<int>(lvl))
.c_str());
std::format("{}: Changed log level to {}({})", __FUNCTION__, LogLevelToString(lvl), static_cast<int>(lvl)));
}