dsdb-repl: make message more clearer
authorMatthieu Patou <mat@matws.net>
Wed, 23 Jan 2013 19:33:30 +0000 (11:33 -0800)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Feb 2013 04:06:30 +0000 (15:06 +1100)
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/repl/replicated_objects.c

index 829c4409aac80cb5e48480cd6e2c3f54cdb6319a..44c5de89aeb28905a53da50cdf93b0df0bc660c6 100644 (file)
@@ -150,8 +150,8 @@ WERROR dsdb_repl_make_working_schema(struct ldb_context *ldb,
                }
                talloc_free(tmp_ctx);
 
-               DEBUG(4,("Schema load pass %d: %d/%d of %d objects left to be converted.\n",
-                        pass_no, failed_obj_count, converted_obj_count, object_count));
+               DEBUG(4,("Schema load pass %d: converted %d, %d of %d objects left to be converted.\n",
+                        pass_no, converted_obj_count, failed_obj_count, object_count));
                pass_no++;
 
                /* check if we converted any objects in this pass */