diff options
author | Günther Deschner <gd@samba.org> | 2008-04-17 14:04:18 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-17 14:13:13 +0200 |
commit | 7ac8fe704a23a468f8016a48fc283749c219df79 (patch) | |
tree | 466fcf84edaf964e21960c8c6e6c6d1745b352da /source3/libgpo | |
parent | 91ece4fc1aadb7d670ab14c88724f7b62cfd40ec (diff) | |
download | samba-7ac8fe704a23a468f8016a48fc283749c219df79.tar.gz samba-7ac8fe704a23a468f8016a48fc283749c219df79.tar.bz2 samba-7ac8fe704a23a468f8016a48fc283749c219df79.zip |
libgpo: try nicer output when dumping gpo registry values.
Guenther
(This used to be commit 2b788429478868d1b0cbfd88027809be33edcfc5)
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpo_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpo_reg.c b/source3/libgpo/gpo_reg.c index 7a005d85a2..920deeb189 100644 --- a/source3/libgpo/gpo_reg.c +++ b/source3/libgpo/gpo_reg.c @@ -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) { |