aboutsummaryrefslogtreecommitdiffstats
path: root/src/JackInput.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/JackInput.cpp')
-rw-r--r--src/JackInput.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/JackInput.cpp b/src/JackInput.cpp
index 4d9a530..f5a63b5 100644
--- a/src/JackInput.cpp
+++ b/src/JackInput.cpp
@@ -28,6 +28,7 @@ extern "C" {
}
#include "JackInput.h"
+#include "Log.h"
#include <sys/time.h>
using namespace std;
@@ -60,7 +61,7 @@ void JackInput::prepare()
}
if (status & JackServerStarted) {
- fprintf(stderr, "JACK server started\n");
+ etiLog.level(info) << "JACK server started";
}
if (status & JackNameNotUnique) {