mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/compiler-warnings'
* origin/topic/jsiwek/compiler-warnings: Fixing compiler warnings (addresses #388)
This commit is contained in:
commit
3b1f13b861
17 changed files with 82 additions and 75 deletions
|
@ -1453,8 +1453,8 @@ bool LogMgr::Flush(EnumVal* id)
|
|||
|
||||
void LogMgr::Error(LogWriter* writer, const char* msg)
|
||||
{
|
||||
reporter->Error(fmt("error with writer for %s: %s",
|
||||
writer->Path().c_str(), msg));
|
||||
reporter->Error("error with writer for %s: %s",
|
||||
writer->Path().c_str(), msg);
|
||||
}
|
||||
|
||||
// Timer which on dispatching rotates the filter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue