mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Fixing a number of reporter calls.
This commit is contained in:
parent
9af6c183d2
commit
a08c478079
9 changed files with 22 additions and 22 deletions
|
@ -1091,7 +1091,7 @@ static uint32 parse_dotted(const char* text, int& dots)
|
|||
{
|
||||
if ( addr[i] < 0 || addr[i] > 255 )
|
||||
{
|
||||
reporter->Error("bad dotted address", text);
|
||||
reporter->Error("bad dotted address %s", text);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue