Fixed non verbose enough "cannot get response from plane ..."
This commit is contained in:
parent
a2ab8d415e
commit
21cc53bc20
|
@ -452,7 +452,7 @@ void* manageCtrlTerm(void* THREADABLE_ARGS){
|
|||
arg->sgca->unit[pindex].flags = 0x10; // on reset les flags
|
||||
|
||||
if( flags == 0x10 ){
|
||||
printf("{udp_cterm}{com}(%d) Cannot get response from plane %d (%d)\n", index, count, (int) PLANE_LEN);
|
||||
printf("{udp_cterm}{com}(%d) Cannot get response from plane %d bytes (%d expected)\n", index, count, (int) PLANE_LEN);
|
||||
request.flags = 0x10;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue