[Pdbg] [PATCH] libpdbg: Change message regarding missing system-path target

Amitay Isaacs amitay at ozlabs.org
Wed May 20 17:08:12 AEST 2020


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 libpdbg/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libpdbg/device.c b/libpdbg/device.c
index 4665dce..d5ed1d3 100644
--- a/libpdbg/device.c
+++ b/libpdbg/device.c
@@ -630,7 +630,7 @@ static struct pdbg_target *dt_new_virtual(struct pdbg_target *root, const char *
 
 	parent = dt_find_by_path(root, parent_path);
 	if (!parent) {
-		PR_ERROR("Invalid path reference \"%s\"\n", system_path);
+		PR_INFO("Path reference \"%s\" not found, ignoring\n", system_path);
 		free(parent_path);
 		return NULL;
 	}
-- 
2.26.2



More information about the Pdbg mailing list