mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
smbd: Add hex value to dos_mode_debug_print
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
committed by
Jeremy Allison
parent
0f5c98fac9
commit
b367dbc7bd
@ -62,7 +62,8 @@ static void dos_mode_debug_print(const char *func, uint32_t mode)
|
||||
fstrcat(modestr, "[compressed]");
|
||||
}
|
||||
|
||||
DBG_INFO("%s returning %s\n", func, modestr);
|
||||
DBG_INFO("%s returning (0x%x): \"%s\"\n", func, (unsigned)mode,
|
||||
modestr);
|
||||
}
|
||||
|
||||
static uint32_t filter_mode_by_protocol(uint32_t mode)
|
||||
|
Reference in New Issue
Block a user