[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxl/arm: Fix the function name in error log
commit 2f7b56c1a7b1ee92ff5f92888723e380412dd3ab Author: Shannon Zhao <shannon.zhao@xxxxxxxxxx> AuthorDate: Tue May 31 13:02:53 2016 +0800 Commit: Wei Liu <wei.liu2@xxxxxxxxxx> CommitDate: Fri Jun 17 11:46:21 2016 +0100 libxl/arm: Fix the function name in error log It should be xc_dom_devicetree_mem instead of xc_dom_devicetree_file. Signed-off-by: Shannon Zhao <shannon.zhao@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/libxl_arm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_arm.c b/tools/libxl/libxl_arm.c index 1195b37..c6d77e3 100644 --- a/tools/libxl/libxl_arm.c +++ b/tools/libxl/libxl_arm.c @@ -872,7 +872,7 @@ next_resize: res = xc_dom_devicetree_mem(dom, fdt, fdt_totalsize(fdt)); if (res) { - LOGE(ERROR, "xc_dom_devicetree_file failed"); + LOGE(ERROR, "xc_dom_devicetree_mem failed"); rc = ERROR_FAIL; goto out; } -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |