diff --git a/debuggers/t32/src/T32Connector.cc b/debuggers/t32/src/T32Connector.cc index a390418c..093af5f8 100644 --- a/debuggers/t32/src/T32Connector.cc +++ b/debuggers/t32/src/T32Connector.cc @@ -69,7 +69,7 @@ int T32Connector::getState() const { /* Default T32 error handler */ bool T32Connector::err(int errornum) const { if(errornum != 0){ - //m_log << "Error: " << errornum << std::endl; + m_log << "Error: " << errornum << std::endl; return false; } return true;