From 6e38256aba37b66072e026be1802bd6a1bc85349 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Wed, 20 May 2026 18:07:01 +0200 Subject: [PATCH] dos mangle v14 debug to 99 --- src/connect.c | 8 ++++---- src/namspace.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/connect.c b/src/connect.c index f152bcd..9359186 100644 --- a/src/connect.c +++ b/src/connect.c @@ -747,7 +747,7 @@ static int get_dir_entry(NW_PATH *nwpath, *kpath = '\0'; remember_dos_alias_source(volume, (uint8*)xkpath, name, statb->st_ino); - XDPRINTF((1,0,"DOSGETDIR parent='%s' real='%s' alias='%s' inode=%ld", xkpath, name, dosalias, (long)statb->st_ino)); + XDPRINTF((99,0,"DOSGETDIR parent='%s' real='%s' alias='%s' inode=%ld", xkpath, name, dosalias, (long)statb->st_ino)); xstrcpy(nwpath->fn, (char*)dosalias); XDPRINTF((5,0,"FOUND=:%s: attrib=0x%x", nwpath->fn, statb->st_mode)); break; /* ready */ @@ -862,7 +862,7 @@ static int get_dh_entry(DIR_HANDLE *dh, *(dh->kpath) = '\0'; remember_dos_alias_source(dh->volume, (uint8*)dh->unixname, name, statb->st_ino); - XDPRINTF((1,0,"DOSDH parent='%s' real='%s' alias='%s' inode=%ld", dh->unixname, name, dosalias, (long)statb->st_ino)); + XDPRINTF((99,0,"DOSDH parent='%s' real='%s' alias='%s' inode=%ld", dh->unixname, name, dosalias, (long)statb->st_ino)); strmaxcpy((char*)search, (char*)dosalias, size_search-1); break; /* ready */ } @@ -2600,7 +2600,7 @@ void get_dos_file_attrib(NW_DOS_FILE_INFO *f, uint8 spath[14]; uint32 nw_owner=get_file_owner(stb); build_dos_attr_name(volume, path, unixname, stb, spath, sizeof(spath)); - XDPRINTF((0,0,"DOSFILEATTR path='%s' unix='%s' alias='%s' inode=%ld", path ? (char*)path : "", unixname ? unixname : "", spath, stb ? (long)stb->st_ino : 0L)); + XDPRINTF((99,0,"DOSFILEATTR path='%s' unix='%s' alias='%s' inode=%ld", path ? (char*)path : "", unixname ? unixname : "", spath, stb ? (long)stb->st_ino : 0L)); f->namlen=min(strlen((char*)spath), 12); strncpy((char*)f->name, (char*)spath, f->namlen); U32_TO_32(get_nw_attrib_dword(volume, unixname, stb), f->attributes); @@ -2627,7 +2627,7 @@ void get_dos_dir_attrib(NW_DOS_DIR_INFO *f, { uint8 spath[14]; build_dos_attr_name(volume, path, unixname, stb, spath, sizeof(spath)); - XDPRINTF((0,0,"DOSFILEATTR path='%s' unix='%s' alias='%s' inode=%ld", path ? (char*)path : "", unixname ? unixname : "", spath, stb ? (long)stb->st_ino : 0L)); + XDPRINTF((99,0,"DOSDIRATTR path='%s' unix='%s' alias='%s' inode=%ld", path ? (char*)path : "", unixname ? unixname : "", spath, stb ? (long)stb->st_ino : 0L)); f->namlen=min(strlen((char*)spath), 12); strncpy((char*)f->name, (char*)spath, f->namlen); U32_TO_32(get_nw_attrib_dword(volume, unixname, stb), diff --git a/src/namspace.c b/src/namspace.c index 25fd4b0..855d6cb 100644 --- a/src/namspace.c +++ b/src/namspace.c @@ -944,7 +944,7 @@ static int build_dos_name(DIR_BASE_ENTRY *e, uint8 *fname, int size_fname) e->nwpath.statb.st_ino, fname, size_fname); - XDPRINTF((0,0,"NSDOSNAME parent='%s' real='%s' alias='%s' inode=%ld", + XDPRINTF((99,0,"NSDOSNAME parent='%s' real='%s' alias='%s' inode=%ld", parent_unix ? parent_unix : "", e->nwpath.fn ? (char*)e->nwpath.fn : "", fname ? (char*)fname : "",