Skip to content

Commit 5fdcb2b

Browse files
committed
fix address_from_efi ret=0 message
change LOG_WARNING level into LOG_DEBUG
1 parent 86bc6f8 commit 5fdcb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/efi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int address_from_efi(Log_t *logp, size_t * address)
8484
}
8585

8686
if(ret == 0){
87-
log_append(logp, LOGFL_NODUPS, LOG_WARNING, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
87+
log_append(logp, LOGFL_NODUPS, LOG_DEBUG, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
8888
}
8989

9090
return ret;

0 commit comments

Comments
 (0)