tests: Use synced output for error in run-threaded
* tests/run-threaded.c (do_data_op): Use synced out macro.
This commit is contained in:
parent
3a11421d0f
commit
3a3648e3a5
@ -504,8 +504,8 @@ do_data_op (void *file_name)
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
fprintf (stderr, "Unhandled data type 0x%x for '%s'", type, fname);
|
out ("Unhandled data type 0x%x for '%s'\n", type, fname);
|
||||||
exit(1);
|
errpoint;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user