From 2a87a70884c1b369b6c454353453c9c4ca940baf Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 14 Oct 2013 09:19:19 -0700 Subject: [PATCH] Reverting one of the my internal errors tweaks. --- src/analyzer/protocol/tcp/TCP.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/analyzer/protocol/tcp/TCP.cc b/src/analyzer/protocol/tcp/TCP.cc index cbf983b70a..aefc5a1808 100644 --- a/src/analyzer/protocol/tcp/TCP.cc +++ b/src/analyzer/protocol/tcp/TCP.cc @@ -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; }