Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / base / Logger.h
index 857eda1..4ba1955 100644 (file)
@@ -13,7 +13,7 @@
 #define ZYPP_BASE_LOGGER_H
 
 #include <iosfwd>
-#include <string>
+#include <cstring>
 
 /** \defgroup ZYPP_BASE_LOGGER_MACROS ZYPP_BASE_LOGGER_MACROS
  *  Convenience macros for logging.
@@ -52,7 +52,7 @@
 #define USR _USR( ZYPP_BASE_LOGGER_LOGGROUP )
 
 #define _XXX(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP, zypp::base::logger::E_XXX )
-#define _DBG(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP, zypp::base::logger::E_DBG )
+#define _DBG(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP"++", zypp::base::logger::E_MIL )
 #define _MIL(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP, zypp::base::logger::E_MIL )
 #define _WAR(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP, zypp::base::logger::E_WAR )
 #define _ERR(GROUP) ZYPP_BASE_LOGGER_LOG( GROUP, zypp::base::logger::E_ERR )