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>
Thu, 13 Oct 2011 15:24:34 +0000 (17:24 +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 32051ad20cdf1514860ed215bf9fdf0de44ca385..6415d96eedb8beb860ad6bdd976f651b461593b7 100644 (file)
@@ -520,7 +520,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;
        }