summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/src/CAmSocketHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerUtilities/src/CAmSocketHandler.cpp')
-rw-r--r--AudioManagerUtilities/src/CAmSocketHandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/AudioManagerUtilities/src/CAmSocketHandler.cpp b/AudioManagerUtilities/src/CAmSocketHandler.cpp
index 513c3e0..e4e89d7 100644
--- a/AudioManagerUtilities/src/CAmSocketHandler.cpp
+++ b/AudioManagerUtilities/src/CAmSocketHandler.cpp
@@ -51,7 +51,7 @@ CAmSocketHandler::CAmSocketHandler() :
{
if (pipe(mPipe) == -1)
{
- logError("CAmSerializer could not create pipe!");
+ logError("Sockethandler could not create pipe!");
}
//add the pipe to the poll - nothing needs to be proccessed here we just need the pipe to trigger the ppoll