Debug-Logging für NCP22/25
All checks were successful
Source release / source-package (push) Successful in 36s
All checks were successful
Source release / source-package (push) Successful in 36s
This commit is contained in:
13
src/nwconn.c
13
src/nwconn.c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user