summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-09 22:37:05 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-09 22:37:05 +0000
commita715e566d03b5e1a68856ec0c24d59ed8610b768 (patch)
treefb7e5d3b4f9c18273e39986f4364ea8d196ece78 /libs
parent661a0444f412b44d554376e650aac1bd8e844ab8 (diff)
Send OSC URL announcement to the info stream.
git-svn-id: svn://localhost/ardour2/branches/3.0@12640 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/osc/osc.cc2
1 files changed, 1 insertions, 1 deletions
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;