Fix missing parameter in err()
This commit is contained in:
parent
abdbd8d64c
commit
5efcbfa626
@ -51,7 +51,7 @@ ss_pop(struct ovni_ethread *t, int expected_st)
|
|||||||
if(st > 0 && st != expected_st)
|
if(st > 0 && st != expected_st)
|
||||||
{
|
{
|
||||||
err("thread %d expected subsystem state %d (got %d)\n",
|
err("thread %d expected subsystem state %d (got %d)\n",
|
||||||
expected_st, st);
|
t->tid, expected_st, st);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user