]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dsdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 21 Aug 2018 19:11:43 +0000 (21:11 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 21 Aug 2018 22:58:41 +0000 (00:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/dsdb/repl/replicated_objects.c

index fd7491d477fdcb100a0ae5dc0e927a9b50d5fd28..fd567e9395c5372d4f18af524da42dccbd699286 100644 (file)
@@ -607,8 +607,9 @@ WERROR dsdb_convert_object_ex(struct ldb_context *ldb,
                }
        } else {
                if (!(instanceType & INSTANCE_TYPE_WRITE)) {
-                       DEBUG(0, ("Refusing to replicate %s from a read-only repilca into a read-write replica!\n",
-                                 ldb_dn_get_linearized(msg->dn)));
+                       DBG_ERR("Refusing to replicate %s from a read-only "
+                               "replica into a read-write replica!\n",
+                               ldb_dn_get_linearized(msg->dn));
                        return WERR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA;
                }
        }