We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bc6f8 commit 5fdcb2bCopy full SHA for 5fdcb2b
1 file changed
src/efi.c
@@ -84,7 +84,7 @@ int address_from_efi(Log_t *logp, size_t * address)
84
}
85
86
if(ret == 0){
87
- log_append(logp, LOGFL_NODUPS, LOG_WARNING, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
+ log_append(logp, LOGFL_NODUPS, LOG_DEBUG, "%s: entry point at 0x%08llx", eptype, (unsigned long long)*address);
88
89
90
return ret;
0 commit comments