libgpo: try nicer output when dumping gpo registry values.
authorGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:04:18 +0000 (14:04 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 17 Apr 2008 12:13:13 +0000 (14:13 +0200)
Guenther
(This used to be commit 2b788429478868d1b0cbfd88027809be33edcfc5)

source3/libgpo/gpo_reg.c

index 7a005d85a2923beb869f6771f20c1970ccd93f2f..920deeb189b54aef09011952be23e45c9e92fabf 100644 (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) {