fixing log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user