diff options
author | David Robillard <d@drobilla.net> | 2010-12-14 20:35:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-14 20:35:43 +0000 |
commit | d9a54049e99f6c3963e1f48e04b9a7adcd81899b (patch) | |
tree | 42fb887b2a97c96f550110b88ab18891c6d9da2f /src/AlsaDriver.hpp | |
parent | 14921f4a865f0eb06b45cd70e3ee71e42a8148e0 (diff) | |
download | patchage-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/AlsaDriver.hpp')
-rw-r--r-- | src/AlsaDriver.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp index b334e89..ba20d95 100644 --- a/src/AlsaDriver.hpp +++ b/src/AlsaDriver.hpp @@ -18,7 +18,6 @@ #ifndef PATCHAGE_ALSADRIVER_HPP #define PATCHAGE_ALSADRIVER_HPP -#include <iostream> #include <alsa/asoundlib.h> #include <pthread.h> #include <string> |