X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Fvcd.c;fp=src%2Finput%2Fvcd.c;h=2cb4eeed66518f128e19b277f2a86060c56e31ab;hb=1a35f71170e46d8fff91d0b285f737ccdd3b3796;hp=e751e885617471366a97c16671d58558c1305872;hpb=e1a712ca268df9c179377cf5c48ece8b87ed0ed7;p=libsigrok.git diff --git a/src/input/vcd.c b/src/input/vcd.c index e751e885..2cb4eeed 100644 --- a/src/input/vcd.c +++ b/src/input/vcd.c @@ -855,7 +855,7 @@ static int parse_header_var(struct context *inc, char *contents) } else if (is_real || is_int) { ch_type = SR_CHANNEL_ANALOG; } else { - sr_info("Unsupported signal type: '%s'", type); + sr_err("Unsupported signal type: '%s'", type); g_strfreev(parts); return SR_ERR_DATA; }