summaryrefslogtreecommitdiff
path: root/libs/ardour/session_time.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-01 13:24:08 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-01 13:24:08 +0000
commitd2426538ad8230e62cf4c8f225e6e974aea9e115 (patch)
tree19493346dd56436dfe2886c1fbea4ed43aaada93 /libs/ardour/session_time.cc
parentea08bbe621c146a0940ce584e2b970dcb7d7c9e2 (diff)
more changes to try to improve MTC handling even in slightly pathological cases
git-svn-id: svn://localhost/ardour2/branches/3.0@6245 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/session_time.cc')
-rw-r--r--libs/ardour/session_time.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/session_time.cc b/libs/ardour/session_time.cc
index 1e1ecd3ed9..c913a5cb64 100644
--- a/libs/ardour/session_time.cc
+++ b/libs/ardour/session_time.cc
@@ -147,8 +147,9 @@ Session::timecode_drop_frames() const
break;
default:
- cerr << "Editor received unexpected timecode type" << endl;
+ error << "Editor received unexpected timecode type" << endmsg;
}
+
return false;
}
void