[Pdbg] [PATCH] libpdbg: Change message regarding missing system-path target
Alistair Popple
alistair at popple.id.au
Wed May 20 17:14:46 AEST 2020
Looks good, thanks.
Reviewed-by: Alistair Popple <alistair at popple.id.au>
On Wednesday, 20 May 2020 5:08:12 PM AEST Amitay Isaacs wrote:
> 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;
> }
More information about the Pdbg
mailing list