From a715e566d03b5e1a68856ec0c24d59ed8610b768 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 9 Jun 2012 22:37:05 +0000 Subject: [PATCH] Send OSC URL announcement to the info stream. git-svn-id: svn://localhost/ardour2/branches/3.0@12640 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/osc/osc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/surfaces/osc/osc.cc b/libs/surfaces/osc/osc.cc index 88479d9c28..a531f6e41a 100644 --- a/libs/surfaces/osc/osc.cc +++ b/libs/surfaces/osc/osc.cc @@ -187,7 +187,7 @@ OSC::start () } #endif - cerr << "OSC @ " << get_server_url () << endl; + PBD::info << "OSC @ " << get_server_url () << endmsg; PBD::sys::path url_file;