all: Change to use Func::GetName()

This commit is contained in:
Arne Welzel 2024-09-27 12:53:42 +02:00
parent 71e9c8d436
commit 77b9510c8a
13 changed files with 29 additions and 31 deletions

View file

@ -784,7 +784,7 @@ void Ascii::RotateLeftoverLogs() {
reporter->Info("Rotated/postprocessed leftover log '%s' -> '%s' ", ll.filename.data(),
rotation_path.data());
} catch ( InterpreterException& e ) {
reporter->Warning("Postprocess function '%s' failed for leftover log '%s'", ppf->Name(),
reporter->Warning("Postprocess function '%s' failed for leftover log '%s'", ppf->GetName().c_str(),
ll.filename.data());
}
}