diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/state.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/state.c b/src/state.c index 1d94fe8..c134520 100644 --- a/src/state.c +++ b/src/state.c @@ -137,8 +137,8 @@ set_port_value(const char* port_symbol, } if (type != jalv->forge.Float) { - fprintf(stderr, "error: Preset port `%s' value is not a float\n", - port_symbol); + fprintf(stderr, "error: Preset port `%s' value is a <%s>, not float\n", + port_symbol, jalv->unmap.unmap(jalv->unmap.handle, type)); return; } |