From: Robin Gareus Date: Wed, 31 Jul 2013 17:22:58 +0000 (+0200) Subject: correct error message X-Git-Tag: 3.4~79 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=c7fcba77b8573e021b58bb502f229d84756ec86b;p=ardour.git correct error message --- diff --git a/gtk2_ardour/audio_clock.cc b/gtk2_ardour/audio_clock.cc index 12d3a1642f..c658160e14 100644 --- a/gtk2_ardour/audio_clock.cc +++ b/gtk2_ardour/audio_clock.cc @@ -2013,7 +2013,7 @@ framepos_t AudioClock::frame_duration_from_bbt_string (framepos_t pos, const string& str) const { if (_session == 0) { - error << "AudioClock::current_time() called with BBT mode but without session!" << endmsg; + error << "AudioClock::frame_duration_from_bbt_string() called with BBT mode but without session!" << endmsg; return 0; }