diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-12 20:07:50 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:15 -0500 |
commit | 198a92cb77ef2070957f18da0a8b6a48d01dbe9b (patch) | |
tree | a8154008035dffdae289cb538431dc593a0be4d7 /source4/lib/registry/tools | |
parent | b560bf536154a3bcfbfb8bb2ca5e2f154a6d6dd4 (diff) | |
download | samba-198a92cb77ef2070957f18da0a8b6a48d01dbe9b.tar.gz samba-198a92cb77ef2070957f18da0a8b6a48d01dbe9b.tar.bz2 samba-198a92cb77ef2070957f18da0a8b6a48d01dbe9b.zip |
r187: RPC registry backend fixes
(This used to be commit f832d6776cb10f5c7d7ed83e6f66e4d28a461916)
Diffstat (limited to 'source4/lib/registry/tools')
-rw-r--r-- | source4/lib/registry/tools/regtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/registry/tools/regtree.c b/source4/lib/registry/tools/regtree.c index b8a5f50496..eb32b1e55e 100644 --- a/source4/lib/registry/tools/regtree.c +++ b/source4/lib/registry/tools/regtree.c @@ -38,7 +38,7 @@ void print_tree(int l, REG_KEY *p, int fullpath, int novals) } if(!W_ERROR_EQUAL(error, WERR_NO_MORE_ITEMS)) { - DEBUG(0, ("Error occured while fetching subkeys for '%s'\n", reg_key_get_path(p))); + DEBUG(0, ("Error occured while fetching subkeys for '%s': %s\n", reg_key_get_path(p), win_errstr(error))); } if(!novals) { |