fix errlog

This commit is contained in:
jiqiu2021
2024-11-16 23:04:25 +08:00
parent 8b489d0c5c
commit 933b962d6e
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ static int get_prot(const procmaps_struct *procstruct) {
__typeof__(exp) _rc; \
_rc = (exp); \
if (_rc == failure_value) { \
LOGE(#exp); \
PLOGE(#exp); \
return 1; \
} \
_rc; })