Changed notify message to error message.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 31 Dec 2011 22:49:07 +0000 (20:49 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sat, 31 Dec 2011 22:49:07 +0000 (20:49 -0200)
src/tcp/tcpsegmentfactory.cpp

index afd431e..69f6345 100644 (file)
@@ -71,7 +71,7 @@ TcpSegmentItem TcpSegmentFactory::create_tcp_segment(
 
     if ( !tcp_segment->read( is ) )
     {
-        GlobalLogger.notice() << "Could not read TCP Segment." << endl;
+        GlobalLogger.error() << "Error: could not read TCP Segment." << endl;
     }
 
     return tcp_segment;