mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-03 00:06:38 -04:00
avb-pcm: fix typo in error log message
This commit is contained in:
parent
fc6e12bed0
commit
6eddd1080f
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ static int flush_write(struct state *state, uint64_t current_time)
|
||||||
|
|
||||||
n = sendmsg(state->sockfd, &state->msg, MSG_NOSIGNAL);
|
n = sendmsg(state->sockfd, &state->msg, MSG_NOSIGNAL);
|
||||||
if (n < 0 || n != (ssize_t)state->pdu_size) {
|
if (n < 0 || n != (ssize_t)state->pdu_size) {
|
||||||
spa_log_error(state->log, "sendmdg() failed: %m");
|
spa_log_error(state->log, "sendmsg() failed: %m");
|
||||||
}
|
}
|
||||||
txtime += state->pdu_period;
|
txtime += state->pdu_period;
|
||||||
ptime += state->pdu_period;
|
ptime += state->pdu_period;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue