summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-06 20:29:18 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-06 20:29:18 +0000
commitbfca00efd29d49af5b5a5b95d84d1a21beb602a0 (patch)
tree5f7a53a8490fc3fee0a3d31a00a3451165295dc8 /libs/ardour/session_process.cc
parent16063123f3799d2bc06440a0288c170b2c408b5b (diff)
remove messages when tempo map is not available in RT context
git-svn-id: svn://localhost/ardour2/branches/3.0@11175 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc
index 1055a7c504..4876dc7931 100644
--- a/libs/ardour/session_process.cc
+++ b/libs/ardour/session_process.cc
@@ -86,7 +86,7 @@ Session::process (pframes_t nframes)
timecode_time(transport_frames, transport_timecode);
tick (transport_frames, transport_bbt, transport_timecode); /* EMIT SIGNAL */
} catch (...) {
- warning << _("Missed MIDI Clock tick due to problems with tempo map") << endmsg;
+ /* don't bother with a message */
}
SendFeedback (); /* EMIT SIGNAL */