topology: print error prefix on error message.

Let the user know it's an error.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Liam Girdwood 2015-08-07 16:39:16 +01:00 committed by Takashi Iwai
parent ecf7fdaeef
commit b47cf00197

View file

@ -384,7 +384,7 @@ int tplg_copy_data(struct tplg_elem *elem, struct tplg_elem *ref)
break; break;
default: 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); elem->id, elem->type);
return -EINVAL; return -EINVAL;
} }