diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-04-12 21:59:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:16 -0500 |
commit | 17ddb68b54c6c550bc4614d33f7da69fc5f75633 (patch) | |
tree | 197c9d61f5fcd2dc4b578ebf193e542a07922381 /source4/lib/registry/tools | |
parent | 00cedc0c0448b3520678c7959ea9269d6e5c10f1 (diff) | |
download | samba-17ddb68b54c6c550bc4614d33f7da69fc5f75633.tar.gz samba-17ddb68b54c6c550bc4614d33f7da69fc5f75633.tar.bz2 samba-17ddb68b54c6c550bc4614d33f7da69fc5f75633.zip |
r190: More RPC updates
(This used to be commit 0a67057e9626c1539f964e978537e24544784263)
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 eb32b1e55e..3e74db2557 100644 --- a/source4/lib/registry/tools/regtree.c +++ b/source4/lib/registry/tools/regtree.c @@ -53,7 +53,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 values for '%s': %s\n", reg_key_get_path(p), win_errstr(error))); } } } |