Fixing a number of reporter calls.

This commit is contained in:
Robin Sommer 2011-10-06 21:26:49 -07:00
parent 9af6c183d2
commit a08c478079
9 changed files with 22 additions and 22 deletions

View file

@ -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;
}
}