Fix missing PLOGE when disabled log

Fix #51
This commit is contained in:
LoveSy 2023-10-23 18:05:39 +08:00 committed by GitHub
parent a612522188
commit c6d6773536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
#define LOGI(...) 0
#define LOGW(...) 0
#define LOGE(...) 0
#define PLOGE(...) 0
#else
#ifndef NDEBUG
#define LOGD(fmt, ...) \