summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sd/source/ui/remotecontrol/AvahiNetworkService.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx
index 68354332df12..19f9f842309a 100644
--- a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx
+++ b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx
@@ -20,6 +20,8 @@
#include <avahi-common/timeval.h>
#include <avahi-common/thread-watch.h>
+#include <sal/log.hxx>
+
#include "AvahiNetworkService.hxx"
#include "ZeroconfService.hxx"
@@ -41,7 +43,7 @@ static void entry_group_callback(AvahiEntryGroup *g, AvahiEntryGroupState state,
switch (state) {
case AVAHI_ENTRY_GROUP_ESTABLISHED :
/* The entry group has been established successfully */
- SAL_INFO( "sdremote.wifi", "Service " << avahiService->getName().c_str() << " successfully established." );
+ SAL_INFO( "sdremote.wifi", "Service " << avahiService->getName() << " successfully established." );
break;
case AVAHI_ENTRY_GROUP_COLLISION : {