mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08: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
|
@ -286,7 +286,7 @@ bool PersistenceSerializer::SendState(SourceID peer, bool may_suspend)
|
|||
status->conns = &persistent_conns;
|
||||
status->peer = peer;
|
||||
|
||||
reporter->Message("Sending state...");
|
||||
reporter->Info("Sending state...");
|
||||
|
||||
return RunSerialization(status);
|
||||
}
|
||||
|
@ -301,7 +301,7 @@ bool PersistenceSerializer::SendConfig(SourceID peer, bool may_suspend)
|
|||
status->ids = global_scope()->GetIDs();
|
||||
status->peer = peer;
|
||||
|
||||
reporter->Message("Sending config...");
|
||||
reporter->Info("Sending config...");
|
||||
|
||||
return RunSerialization(status);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue