mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-28 05:40:26 -04:00
parent
336b2dbbc2
commit
af6571d0c7
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ PWTEST(logger_debug_env_invalid)
|
|||
|
||||
fsync(STDERR_FILENO);
|
||||
lseek(fd, SEEK_SET, 0);
|
||||
while ((rc = read(fd, buf, sizeof(buf) - 1) > 0)) {
|
||||
while ((rc = read(fd, buf, sizeof(buf) - 1)) > 0) {
|
||||
if (strstr(buf, "Ignoring invalid format in log level")) {
|
||||
error_message_found = true;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue