git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9966541
)
s3-printing: fix debug statement in virtual registry layer
author
Günther Deschner
<gd@samba.org>
Wed, 6 May 2009 08:20:52 +0000
(10:20 +0200)
committer
Günther Deschner
<gd@samba.org>
Wed, 6 May 2009 08:20:52 +0000
(10:20 +0200)
(key_driver_fetch_keys).
Guenther
source3/registry/reg_backend_printing.c
patch
|
blob
|
history
diff --git
a/source3/registry/reg_backend_printing.c
b/source3/registry/reg_backend_printing.c
index 4465d2e2e1305213bab0dfb5549d9ac88f3fdec4..8c6f673ace342f0ff725ce3dd8bff8555c3bd68c 100644
(file)
--- a/
source3/registry/reg_backend_printing.c
+++ b/
source3/registry/reg_backend_printing.c
@@
-878,7
+878,7
@@
static int key_driver_fetch_keys( const char *key, struct regsubkey_ctr *subkeys
/* if anything else left, just say if has no subkeys */
- DEBUG(1,("key_driver_fetch_keys unhandled key [%s] (subkey == %s\n",
+ DEBUG(1,("key_driver_fetch_keys unhandled key [%s] (subkey == %s
)
\n",
key, subkeypath ));
return 0;