ossp-pkg/as/as-gui/as_slot.cpp 1.123 -> 1.124
--- as_slot.cpp 2003/02/13 21:50:35 1.123
+++ as_slot.cpp 2003/02/14 09:18:25 1.124
@@ -1711,7 +1711,7 @@
}
catch (const CORBA::Exception &Corbex) {
m_pStatbar->message(trUtf8("Caught CORBA exception: %1").arg(Corbex._repoid()));
- qWarning("Caught CORBA exception: %s\n", Corbex._repoid());
+ qWarning("Caught CORBA exception: %s", Corbex._repoid());
}
catch (...) {
qWarning("Caught unknown exception\n");
|
|