[Libreoffice-commits] core.git: 2 commits - include/sal sd/source

Tor Lillqvist tml at iki.fi
Thu Aug 1 10:51:32 PDT 2013


 include/sal/log-areas.dox                          |    2 ++
 sd/source/ui/remotecontrol/AvahiNetworkService.cxx |    4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 33bc5a2737de53ae2c60c2c1be5738760d0762b3
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 1 20:41:51 2013 +0300

    Add more logging areas recently introduced
    
    Change-Id: I0773f75bcc09a7eceee4525d34f908edfaced16a

diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index 0699da6..cb057aa 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -331,8 +331,10 @@ certain functionality.
 
 @li @c sw
 @li @c sw.core - Writer core
+ at li @c sw.doc
 @li @c sw.docx
 @li @c sw.envelp
+ at li @c sw.filter
 @li @c sw.level2
 @li @c sw.rtf - .rtf export filter
 @li @c sw.ui
commit 089a1f5274ac6eaec31d08127ecc86ee32a63244
Author: Tor Lillqvist <tml at iki.fi>
Date:   Thu Aug 1 20:39:14 2013 +0300

    Include <sal/log.hxx> so that SAL_INFO actually compiles as expected
    
    Change-Id: Ib7209627052563391eedadb671ed164a1cf863c0

diff --git a/sd/source/ui/remotecontrol/AvahiNetworkService.cxx b/sd/source/ui/remotecontrol/AvahiNetworkService.cxx
index 6835433..19f9f84 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 : {


More information about the Libreoffice-commits mailing list