From 7ac1ae8d1c3bcf4d001e29fdc1ee314dcbe3df76 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 6 May 2009 10:20:52 +0200 Subject: s3-printing: fix debug statement in virtual registry layer (key_driver_fetch_keys). Guenther --- source3/registry/reg_backend_printing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/registry') diff --git a/source3/registry/reg_backend_printing.c b/source3/registry/reg_backend_printing.c index 4465d2e2e1..8c6f673ace 100644 --- 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; -- cgit