From: Han-Wen Nienhuys Date: Sun, 5 Nov 2006 13:41:10 +0000 (+0100) Subject: some useless statistics. X-Git-Tag: release/2.10.0-2~32^2~16 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=74de8c7b766233480ec269b2a55ae141eeb27b3c;p=lilypond.git some useless statistics. --- 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.