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:
Ziye Yang 2017-10-11 13:19:21 +08:00 committed by Jim Harris
parent b114103736
commit e35816b4be

View File

@ -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;
}