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:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user