fixing log

This commit is contained in:
2022-07-18 11:50:30 +02:00
parent 0b8a7d8db7
commit 73fa10d8d6
2 changed files with 7 additions and 4 deletions

View File

@@ -2,14 +2,11 @@
#include <string>
#ifndef NDEBUG
#define LOGD LOG
#endif
namespace td {
namespace utils {
void LOG(const std::string& msg);
void LOGD(const std::string& msg);
void LOGE(const std::string& err);
} // namespace utils