registry: use available string constant in debug statement.
authorMichael Adam <obnox@samba.org>
Thu, 20 Mar 2008 13:35:41 +0000 (14:35 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 20 Mar 2008 14:01:52 +0000 (15:01 +0100)
Michael
(This used to be commit 6bac03a2ec6351ab9db457d904b8925c828086e8)

source3/registry/reg_backend_db.c

index 10f97c06ec53b291e6bf3d90083248e48fcffd5a..e0be8f39750510e472e5fc6ab9bd524d3b07f60e 100644 (file)
@@ -350,7 +350,7 @@ bool regdb_init(void)
 
        if ( vers_id != REGVER_V1 ) {
                /* any upgrade code here if needed */
-               DEBUG(10, ("regdb_init: got INFO/version = %d != %d\n",
+               DEBUG(10, ("regdb_init: got %s = %d != %d\n", vstring,
                           vers_id, REGVER_V1));
                if (dbwrap_store_int32(regdb, vstring, REGVER_V1) != 0) {
                        DEBUG(0, ("regdb_init: error storing %s = %d\n",