From 3e8fab5fddb3a38d93eaca1a8d69d8f668c7cd99 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 02 May 2004 18:14:46 +0000 Subject: fix one odebug warning --- (limited to 'libopie2/opienet') diff --git a/libopie2/opienet/opcap.cpp b/libopie2/opienet/opcap.cpp index a9dc577..8ec4f47 100644 --- a/libopie2/opienet/opcap.cpp +++ b/libopie2/opienet/opcap.cpp @@ -203,8 +203,8 @@ OEthernetPacket::OEthernetPacket( const unsigned char* end, const struct ether_h :QObject( parent, "Ethernet" ), _ether( data ) { - odebug << "Source = " << sourceAddress().toString(); - odebug << "Destination = " << destinationAddress().toString(); + odebug << "Source = " << sourceAddress().toString() << oendl; + odebug << "Destination = " << destinationAddress().toString() << oendl; if ( sourceAddress() == OMacAddress::broadcast ) odebug << "Source is broadcast address" << oendl; -- cgit v0.9.0.2