bliss: Log type if unsupported
This commit is contained in:
committed by
Andreas Steffen
parent
a8e82ace8a
commit
078fe7aae6
@@ -236,7 +236,7 @@ int main(int argc, char *argv[])
|
|||||||
set = bliss_param_set_get_by_id(bliss_type);
|
set = bliss_param_set_get_by_id(bliss_type);
|
||||||
if (!set)
|
if (!set)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "bliss type %d unsupported\n");
|
fprintf(stderr, "bliss type %d unsupported\n", bliss_type);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
write_header();
|
write_header();
|
||||||
|
|||||||
Reference in New Issue
Block a user