mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 07:18:45 +00:00
dm:use acrn-dm logger function instread of printf
Use acrn-dm logger function instread of printf, this helps the stability testing log capture. Tracked-On: #4098 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Cao Minggui <minggui.cao@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>
This commit is contained in:
@@ -77,7 +77,7 @@ int parse_pm_by_vuart(const char *opts)
|
||||
}
|
||||
}
|
||||
|
||||
pr_info("pm by vuart node-index = %d\n", node_index);
|
||||
printf("pm by vuart node-index = %d\n", node_index);
|
||||
strncpy(node_path, str, MAX_NODE_PATH - 1);
|
||||
|
||||
free(cpy);
|
||||
|
Reference in New Issue
Block a user