mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +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
|
@ -22,7 +22,7 @@ public:
|
|||
|
||||
// Report an informational message, nothing that needs specific
|
||||
// attention.
|
||||
void Message(const char* fmt, ...);
|
||||
void Info(const char* fmt, ...);
|
||||
|
||||
// Report a warning that may indicate a problem.
|
||||
void Warning(const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue