mirror of
https://github.com/servalproject/serval-dna.git
synced 2025-01-18 10:46:23 +00:00
Fix error message
This commit is contained in:
parent
0b85a06a3a
commit
f6cce7103d
@ -520,8 +520,8 @@ int monitor_process_data(int index)
|
||||
|
||||
if (vomp_sample_size(c->sample_codec)!=c->data_offset)
|
||||
return
|
||||
WHYF("Ignoring sample block of incorrect size (expected %d, got %d bytes)",
|
||||
vomp_sample_size(c->sample_codec)!=c->data_offset);
|
||||
WHYF("Ignoring sample block of incorrect size (expected %d, got %d bytes for codec %d)",
|
||||
vomp_sample_size(c->sample_codec), c->data_offset, c->sample_codec);
|
||||
|
||||
fcntl(c->socket,F_SETFL,
|
||||
fcntl(c->socket, F_GETFL, NULL)|O_NONBLOCK);
|
||||
|
Loading…
Reference in New Issue
Block a user