ilonachan пре 2 година
родитељ
комит
040893da00
1 измењених фајлова са 1 додато и 1 уклоњено
  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