mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17: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
|
@ -35,11 +35,11 @@ Reporter::~Reporter()
|
|||
closelog();
|
||||
}
|
||||
|
||||
void Reporter::Message(const char* fmt, ...)
|
||||
void Reporter::Info(const char* fmt, ...)
|
||||
{
|
||||
va_list ap;
|
||||
va_start(ap, fmt);
|
||||
DoLog("", reporter_message, stderr, 0, 0, true, true, fmt, ap);
|
||||
DoLog("", reporter_info, stderr, 0, 0, true, true, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue