From 35ec9b33cf9a622f0692cca6cde856ea1a4a3962 Mon Sep 17 00:00:00 2001 From: nick_m Date: Wed, 9 Nov 2016 00:49:31 +1100 Subject: clarify bbt_at_frame() warning. --- libs/ardour/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/tempo.cc') diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index 8ae25fe24d..0565f66f7c 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -2152,7 +2152,7 @@ TempoMap::bbt_at_frame (framepos_t frame) bbt.bars = 1; bbt.beats = 1; bbt.ticks = 0; - warning << string_compose (_("tempo map asked for BBT time at frame %1\n"), frame) << endmsg; + warning << string_compose (_("tempo map was asked for BBT time at frame %1\n"), frame) << endmsg; return bbt; } Glib::Threads::RWLock::ReaderLock lm (lock); -- cgit v1.2.3