mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
log: pull in log.{c,h} from foot
This commit is contained in:
parent
58a52512dd
commit
7d3851046e
6 changed files with 197 additions and 118 deletions
|
@ -495,7 +495,7 @@ execute_script(struct module *mod)
|
|||
}
|
||||
|
||||
if (r > 0) {
|
||||
LOG_ERRNO_P("%s: failed to start", _errno, m->path);
|
||||
LOG_ERRNO_P(_errno, "%s: failed to start", m->path);
|
||||
close(comm_pipe[0]);
|
||||
waitpid(pid, NULL, 0);
|
||||
return -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue