source4/dsdb/repl/replicated_objects.c debuf schema
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Jul 2013 20:51:24 +0000 (22:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 29 Jun 2014 21:45:25 +0000 (23:45 +0200)
source4/dsdb/repl/replicated_objects.c

index b91696a32ab239d8193d01c277aa6e31e5226561..dfbf823ad6df2cfe9d17239e264872cb08e7e78e 100644 (file)
@@ -655,15 +655,15 @@ WERROR dsdb_replicated_objects_convert(struct ldb_context *ldb,
                 * we are not replicating Schema NC
                 */
                if (!W_ERROR_IS_OK(schema_status)) {
-                       DEBUG(1,("Remote schema has changed while replicating %s - %s\n",
-                                partition_dn_str, win_errstr(schema_status)));
+                       DEBUG(1,("Remote schema has changed while replicating %s - %s, schema[%p]\n",
+                                partition_dn_str, win_errstr(schema_status), schema));
                        talloc_free(out);
                        return schema_status;
                }
        } else {
                if (!W_ERROR_IS_OK(schema_status)) {
-                       DEBUG(1,("Replicate changed schema from %s - %s\n",
-                                partition_dn_str, win_errstr(schema_status)));
+                       DEBUG(1,("Replicate changed schema from %s - %s, schema[%p]\n",
+                                partition_dn_str, win_errstr(schema_status), schema));
                }
        }