From baed1d5ab8589aef14440009bc4e7380bcc5a741 Mon Sep 17 00:00:00 2001 From: ar Date: Tue, 01 Jun 2004 21:38:07 +0000 Subject: - convert to odebug framework --- (limited to 'libopie2/opienet/ostation.cpp') diff --git a/libopie2/opienet/ostation.cpp b/libopie2/opienet/ostation.cpp index ce0995b..b5ac325 100644 --- a/libopie2/opienet/ostation.cpp +++ b/libopie2/opienet/ostation.cpp @@ -62,10 +62,10 @@ OStation::~OStation() void OStation::dump() { odebug << "------- OStation::dump() ------------" << oendl; - qDebug( "type: %s", (const char*) type ); - qDebug( "mac: %s", (const char*) macAddress.toString() ); - qDebug( "ap: %s", (const char*) apAddress.toString() ); - qDebug( "ip: %s", (const char*) ipAddress.toString() ); + odebug << "type: " << type << "" << oendl; + odebug << "mac: " << macAddress.toString() << "" << oendl; + odebug << "ap: " << apAddress.toString() << "" << oendl; + odebug << "ip: " << ipAddress.toString() << "" << oendl; } } -- cgit v0.9.0.2