Merge remote-tracking branch 'origin/master'

This commit is contained in:
SeekDaSky 2017-05-04 12:30:57 +02:00
commit dc7016355a
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 arg->sgca->unit[pindex].flags = 0x10; // on reset les flags
if( flags == 0x10 ){ 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; request.flags = 0x10;
break; break;
} }