From b47cf00197420d7dc9dc01dce75b41aaad49278e Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Fri, 7 Aug 2015 16:39:16 +0100 Subject: [PATCH] topology: print error prefix on error message. Let the user know it's an error. Signed-off-by: Liam Girdwood Signed-off-by: Takashi Iwai --- src/topology/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topology/data.c b/src/topology/data.c index c768bc5b..09018517 100644 --- a/src/topology/data.c +++ b/src/topology/data.c @@ -384,7 +384,7 @@ int tplg_copy_data(struct tplg_elem *elem, struct tplg_elem *ref) break; default: - SNDERR("elem '%s': type %d private data not supported \n", + SNDERR("error: elem '%s': type %d private data not supported \n", elem->id, elem->type); return -EINVAL; } -- 2.47.3