From f2e9de1c8b6d3b2b2e82dec23ebf502c5805f575 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 15 Oct 2002 10:55:58 +0000 Subject: Remove debugging output Fix possible crashes in io_bt and io_irda --- (limited to 'noncore/apps/opie-console/io_irda.cpp') diff --git a/noncore/apps/opie-console/io_irda.cpp b/noncore/apps/opie-console/io_irda.cpp index 8e31e82..56a373c 100644 --- a/noncore/apps/opie-console/io_irda.cpp +++ b/noncore/apps/opie-console/io_irda.cpp @@ -32,8 +32,10 @@ bool IOIrda::open() { if ( m_attach->start() ) { IOSerial::open(); } else { + // emit error!!! qWarning("could not attach to device"); delete m_attach; + m_attach = 0l; } } -- cgit v0.9.0.2