mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
all: Change to use Func::GetName()
This commit is contained in:
parent
71e9c8d436
commit
77b9510c8a
13 changed files with 29 additions and 31 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue