From: Günther Deschner Date: Thu, 17 Apr 2008 12:04:18 +0000 (+0200) Subject: libgpo: try nicer output when dumping gpo registry values. X-Git-Tag: samba-3.3.0pre1~2641^2~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b788429478868d1b0cbfd88027809be33edcfc5;p=thirdparty%2Fsamba.git libgpo: try nicer output when dumping gpo registry values. Guenther --- diff --git a/source/libgpo/gpo_reg.c b/source/libgpo/gpo_reg.c index 7a005d85a29..920deeb189b 100644 --- a/source/libgpo/gpo_reg.c +++ b/source/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) {