summaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-28 22:34:20 +0000
committerDavid Robillard <d@drobilla.net>2009-05-28 22:34:20 +0000
commit61668850d52490fcd2dc5d4023c897bbc3907231 (patch)
tree6c6a02bff44b44bfeb03e6ae9f0860795514095f /src/client
parent57d6ee306407afc25f3d643b295dd85d8c77054f (diff)
downloadingen-61668850d52490fcd2dc5d4023c897bbc3907231.tar.gz
ingen-61668850d52490fcd2dc5d4023c897bbc3907231.tar.bz2
ingen-61668850d52490fcd2dc5d4023c897bbc3907231.zip
Turn off OSC debugging.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2042 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r--src/client/OSCClientReceiver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/OSCClientReceiver.cpp b/src/client/OSCClientReceiver.cpp
index eb5eb84b..0f39b71b 100644
--- a/src/client/OSCClientReceiver.cpp
+++ b/src/client/OSCClientReceiver.cpp
@@ -36,7 +36,7 @@ OSCClientReceiver::OSCClientReceiver(int listen_port, SharedPtr<Shared::ClientIn
, _listen_port(listen_port)
, _st(NULL)
{
- start(true); // true = dump, false = shutup
+ start(false); // true = dump, false = shutup
}