summaryrefslogtreecommitdiffstats
path: root/src/JackDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-14 20:35:43 +0000
committerDavid Robillard <d@drobilla.net>2010-12-14 20:35:43 +0000
commitd9a54049e99f6c3963e1f48e04b9a7adcd81899b (patch)
tree42fb887b2a97c96f550110b88ab18891c6d9da2f /src/JackDriver.hpp
parent14921f4a865f0eb06b45cd70e3ee71e42a8148e0 (diff)
downloadpatchage-d9a54049e99f6c3963e1f48e04b9a7adcd81899b.tar.gz
patchage-d9a54049e99f6c3963e1f48e04b9a7adcd81899b.tar.bz2
patchage-d9a54049e99f6c3963e1f48e04b9a7adcd81899b.zip
Use Raul::log for console logging.
Print error message if unsubscribed client is not found (Re: ticket #137). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2684 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/JackDriver.hpp')
-rw-r--r--src/JackDriver.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JackDriver.hpp b/src/JackDriver.hpp
index c5da141..03a758a 100644
--- a/src/JackDriver.hpp
+++ b/src/JackDriver.hpp
@@ -18,7 +18,6 @@
#ifndef PATCHAGE_JACKDRIVER_HPP
#define PATCHAGE_JACKDRIVER_HPP
-#include <iostream>
#include <boost/shared_ptr.hpp>
#include <jack/jack.h>
#include <jack/statistics.h>