Fix compiling with AAC_DEBUG.
This commit is contained in:
parent
984af9f0fd
commit
22f6ca78dc
@ -265,7 +265,7 @@ aac_startup(void *arg)
|
|||||||
}
|
}
|
||||||
/* check response size */
|
/* check response size */
|
||||||
if (rsize != sizeof(mir)) {
|
if (rsize != sizeof(mir)) {
|
||||||
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(*mir));
|
debug(2, "container info response wrong size (%d should be %d)", rsize, sizeof(mir));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user