ilonachan %!s(int64=2) %!d(string=hai) anos
pai
achega
040893da00
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/common/logging/filter.cpp

+ 1 - 1
src/common/logging/filter.cpp

@@ -171,7 +171,7 @@ const char* GetLogClassName(Class log_class) {
 #define SUB(x, y)                                                                                  \
     case Class::x##_##y:                                                                           \
         return #x "." #y;
-//        return #x "_" #y;
+        // return #x "_" #y;
         ALL_LOG_CLASSES()
 #undef CLS
 #undef SUB