more changes to try to improve MTC handling even in slightly pathological cases
[ardour.git] / libs / ardour / session_time.cc
index 1e1ecd3ed9da0b9a4cac3c20dea2bc747b832eda..c913a5cb64725714b42cdc7a1789c0a5aa5723d9 100644 (file)
@@ -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