Merge branch 'master' of ssh://vamos.informatik.uni-erlangen.de:29418/fail

Conflicts:
	debuggers/t32/include/T32Connector.hpp
	debuggers/t32/src/T32Connector.cc
This commit is contained in:
Martin Hoffmann
2013-02-21 12:37:37 +01:00

View File

@ -69,7 +69,7 @@ int T32Connector::getState() const {
/* Default T32 error handler */ /* Default T32 error handler */
bool T32Connector::err(int errornum) const { bool T32Connector::err(int errornum) const {
if(errornum != 0){ if(errornum != 0){
//m_log << "Error: " << errornum << std::endl; m_log << "Error: " << errornum << std::endl;
return false; return false;
} }
return true; return true;