Reverting one of the my internal errors tweaks.

This commit is contained in:
Robin Sommer 2013-10-14 09:19:19 -07:00
parent 8e18f9d59e
commit 2a87a70884

View file

@ -1580,7 +1580,8 @@ BroFile* TCP_Analyzer::GetContentsFile(unsigned int direction) const
default:
break;
}
reporter->InternalWarning("bad direction %u in TCP_Analyzer::GetContentsFile",
reporter->Error("bad direction %u in TCP_Analyzer::GetContentsFile",
direction);
return 0;
}