-rw-r--r-- | noncore/net/wellenreiter/gui/scanlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/gui/scanlist.cpp b/noncore/net/wellenreiter/gui/scanlist.cpp index 9e8aa72..9e907d8 100644 --- a/noncore/net/wellenreiter/gui/scanlist.cpp +++ b/noncore/net/wellenreiter/gui/scanlist.cpp @@ -131,4 +131,4 @@ void MScanListView::addNewItem( const QString& type, #ifdef DEBUG - odebug << "MScanList::addNewItem( " << (const char*) type << " / " - << (const char*) essid << " / " << (const char*) macaddr + odebug << "MScanList::addNewItem( " << type << " / " + << essid << " / " << macaddr << " [" << channel << "]" << oendl; |