--- a/libupnpp/control/cdirectory.cxx
+++ b/libupnpp/control/cdirectory.cxx
@@ -64,7 +64,7 @@
     for (STD_UNORDERED_MAP<std::string, std::string>::const_iterator it =
              props.begin(); it != props.end(); it++) {
         if (!getReporter()) {
-            LOGDEB("ContentDirectory::evtCallback: " << it->first << " -> "
+            LOGDEB1("ContentDirectory::evtCallback: " << it->first << " -> "
                     << it->second << endl);
             continue;
         }