s3:registry: fix a debug message in the v2_to_v3 upgrade code
authorMichael Adam <obnox@samba.org>
Tue, 13 Sep 2011 15:11:04 +0000 (17:11 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 19 Sep 2011 08:31:45 +0000 (10:31 +0200)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Mon Sep 19 10:31:45 CEST 2011 on sn-devel-104

source3/registry/reg_backend_db.c

index bac075acf0226cb8fed239211d43589f9994dcfb..e22a73ad05779d1f979829b9db5108f8f46df427 100644 (file)
@@ -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;
        }