1
0
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:
Günther Deschner 2008-04-17 14:04:18 +02:00
parent 7ed1397e25
commit 2b78842947

View File

@ -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) {