Fixed non verbose enough "cannot get response from plane ..."

This commit is contained in:
xdrm-brackets 2017-05-04 12:25:17 +02:00
parent a2ab8d415e
commit 21cc53bc20
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}