s3:registry: fix a debug message typo
authorMichael Adam <obnox@samba.org>
Thu, 1 Sep 2011 22:36:21 +0000 (00:36 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 11 Oct 2011 13:21:19 +0000 (15:21 +0200)
Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Fri Sep  2 11:47:11 CEST 2011 on sn-devel-104

source3/registry/reg_backend_db.c

index 8a468ab3d5b621d149b0b44e9efe7fe1e242bc12..a646244e81377d28aacada6acd292699c2fccd47 100644 (file)
@@ -667,7 +667,7 @@ WERROR regdb_init(void)
        }
 
        if (vers_id == REGDB_VERSION_V1) {
-               DEBUG(10, ("regdb_init: upgrading registry fromversion %d "
+               DEBUG(10, ("regdb_init: upgrading registry from version %d "
                           "to %d\n", REGDB_VERSION_V1, REGDB_VERSION_V2));
 
                werr = regdb_upgrade_v1_to_v2(regdb);