From 74de8c7b766233480ec269b2a55ae141eeb27b3c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 5 Nov 2006 14:41:10 +0100 Subject: [PATCH] some useless statistics. --- lily/paper-score.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/paper-score.cc b/lily/paper-score.cc index 028fb37a14..4e752c4724 100644 --- a/lily/paper-score.cc +++ b/lily/paper-score.cc @@ -119,7 +119,7 @@ Paper_score::process () system_->element_count (), system_->spanner_count ())); - message (_ ("Preprocessing graphical objects...") + " "); + message (_ ("Preprocessing %d graphical objects..."), system_->element_count ()); /* FIXME: Check out why we need this - removing gives assertion failures down the road. -- 2.39.5