correct error message
authorRobin Gareus <robin@gareus.org>
Wed, 31 Jul 2013 17:22:58 +0000 (19:22 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 31 Jul 2013 17:29:15 +0000 (19:29 +0200)
gtk2_ardour/audio_clock.cc

index 12d3a1642f7e65e9f485869d346dc7c98d8a0913..c658160e146df3c1c5d1c91681ae84844f8e310a 100644 (file)
@@ -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;
        }