Debug-Logging für NCP22/25
All checks were successful
Source release / source-package (push) Successful in 36s

This commit is contained in:
Mario Fetka
2026-05-25 19:46:54 +02:00
parent c91b24be30
commit e6094d8ee5

View File

@@ -1088,9 +1088,16 @@ static int handle_ncp_serv(void)
input->attrib,
GET_BE32(input->f.searchsequence),
&(input->f));
if (result<0)
do_druck++;
/* TODO !!!!!!! */
if (result < 0) {
completition = (uint8)(-result);
XDPRINTF((5,0,
"NCP22/25 SetDirFileInfo: dh=%d attr=0x%02x seq=0x%08lx result=%d cc=0x%02x",
(int)input->dir_handle,
(int)input->attrib,
(unsigned long)GET_BE32(input->f.searchsequence),
result,
(unsigned int)completition));
}
}
break;