EgtMachKernel :
- correzione nella gestione e utilizzo dell'attrezzaggio.
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ Machine::SetCurrTool( const string& sTool, const string& sHead, int nExit)
|
||||
// recupero i dati della testa
|
||||
Head* pHead = GetHead( nHeadId) ;
|
||||
if ( pHead == nullptr) {
|
||||
string sOut = "Missing head " + sHead ;
|
||||
string sOut = "Missing head " + sHead + " for tool " + sTool ;
|
||||
LOG_INFO( GetEMkLogger(), sOut.c_str())
|
||||
return false ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user