mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
libgpo: try nicer output when dumping gpo registry values.
Guenther
This commit is contained in:
parent
7ed1397e25
commit
2b78842947
@ -789,7 +789,7 @@ void dump_reg_val(int lvl, const char *direction,
|
||||
|
||||
type_str = reg_type_lookup(val->type);
|
||||
|
||||
DEBUG(lvl,("\tdump_reg_val: %s '%s' '%s' %s: ",
|
||||
DEBUG(lvl,("\tdump_reg_val:\t%s '%s'\n\t\t\t'%s' %s: ",
|
||||
direction, key, subkey, type_str));
|
||||
|
||||
switch (val->type) {
|
||||
|
Loading…
Reference in New Issue
Block a user