mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +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
|
@ -5,10 +5,10 @@ module Reporter;
|
|||
#include "NetVar.h"
|
||||
%%}
|
||||
|
||||
function Reporter::message%(msg: string%): bool
|
||||
function Reporter::info%(msg: string%): bool
|
||||
%{
|
||||
reporter->PushLocation(frame->GetCall()->GetLocationInfo());
|
||||
reporter->Message("%s", msg->CheckString());
|
||||
reporter->Info("%s", msg->CheckString());
|
||||
reporter->PopLocation();
|
||||
return new Val(1, TYPE_BOOL);
|
||||
%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue