bdev/gpt: change the log level.
Change it from error_log to debug_log level to avoid missleading while there does not have GPT_PROTECTIVE_MBR type. Change-Id: I51f7bf2994db227b4c9f1bf80d3bb0e05c047e59 Signed-off-by: Ziye Yang <optimistyzy@gmail.com> Reviewed-on: https://review.gerrithub.io/382080 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
b114103736
commit
e35816b4be
@ -198,7 +198,7 @@ spdk_gpt_check_mbr(struct spdk_gpt *gpt)
|
||||
return -1;
|
||||
}
|
||||
} else {
|
||||
SPDK_ERRLOG("Currently only support GPT Protective MBR format\n");
|
||||
SPDK_DEBUGLOG(SPDK_TRACE_GPT_PARSE, "Currently only support GPT Protective MBR format\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user