EgtMachKernel :

- correzione nella gestione e utilizzo dell'attrezzaggio.
This commit is contained in:
Dario Sassi
2017-01-19 12:32:26 +00:00
parent 03dd454ef9
commit 868559c293
3 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -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 ;
}