mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 16:18:19 +00:00
Renaming reporter_message to report_info.
Same change internally.
This commit is contained in:
parent
eb0580c622
commit
df1b2f922b
14 changed files with 34 additions and 34 deletions
|
@ -2695,7 +2695,7 @@ bool TableVal::DoSerialize(SerialInfo* info) const
|
|||
{
|
||||
info->cont.SaveState(state);
|
||||
info->cont.Suspend();
|
||||
reporter->Message("TableVals serialization suspended right in the middle.");
|
||||
reporter->Info("TableVals serialization suspended right in the middle.");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue