summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/ControlSender.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/src/ControlSender.cpp')
-rw-r--r--AudioManagerDaemon/src/ControlSender.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/AudioManagerDaemon/src/ControlSender.cpp b/AudioManagerDaemon/src/ControlSender.cpp
index 232c8e7..f5aaef7 100644
--- a/AudioManagerDaemon/src/ControlSender.cpp
+++ b/AudioManagerDaemon/src/ControlSender.cpp
@@ -6,10 +6,13 @@
*/
#include "ControlSender.h"
-#include "PluginTemplate.h"
-#include <dlt/dlt.h>
#include <assert.h>
+#include <dlt/dlt.h>
+#include "PluginTemplate.h"
+
+DLT_IMPORT_CONTEXT(DLT_CONTEXT)
+using namespace am;
ControlSender::ControlSender(std::string controlPluginFile)
:mlibHandle(NULL),
@@ -24,7 +27,7 @@ ControlSender::ControlSender(std::string controlPluginFile)
}
else
{
- DLT_LOG(AudioManager,DLT_LOG_ERROR, DLT_STRING("No controller loaded !"));
+ DLT_LOG(DLT_CONTEXT,DLT_LOG_ERROR, DLT_STRING("No controller loaded !"));
}
}