From: Michael Adam Date: Tue, 13 Sep 2011 15:11:04 +0000 (+0200) Subject: s3:registry: fix a debug message in the v2_to_v3 upgrade code X-Git-Tag: ldb-1.1.3~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc6ecd4ead4144a9f37c7dbbbbe3407862955bb7;p=thirdparty%2Fsamba.git s3:registry: fix a debug message in the v2_to_v3 upgrade code Autobuild-User: Michael Adam Autobuild-Date: Mon Sep 19 10:31:45 CEST 2011 on sn-devel-104 --- diff --git a/source3/registry/reg_backend_db.c b/source3/registry/reg_backend_db.c index bac075acf02..e22a73ad057 100644 --- a/source3/registry/reg_backend_db.c +++ b/source3/registry/reg_backend_db.c @@ -522,7 +522,7 @@ static int regdb_upgrade_v2_to_v3_fn(struct db_record *rec, void *private_data) } if (db == NULL) { - DEBUG(0, ("regdb_normalize_keynames_fn: ERROR: " + DEBUG(0, ("regdb_upgrade_v2_to_v3_fn: ERROR: " "NULL db context handed in via private_data\n")); return 1; }