diff --git a/src/metabase/cmd/dump_to_h2.clj b/src/metabase/cmd/dump_to_h2.clj
index 28d90af8930cc14b0882ed2acd10b9d71c903c68..a1f7e78630d36a6161a939839494dc755d1cafe5 100644
--- a/src/metabase/cmd/dump_to_h2.clj
+++ b/src/metabase/cmd/dump_to_h2.clj
@@ -69,7 +69,7 @@
       (throw e))))
 
 (defn- insert-entity! [target-db-conn {table-name :table, entity-name :name} objs]
-  (print (u/format-color 'blue "Transferring %d instances of %s..." (count objs) entity-name))
+  (print (u/format-color 'blue "Transferring %s data..." entity-name))
   (flush)
   ;; The connection closes prematurely on occasion when we're inserting thousands of rows at once. Break into
   ;; smaller chunks so connection stays alive