mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
documentation update
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@225 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bb31eda806
commit
2d87bd2d2f
8 changed files with 160 additions and 68 deletions
|
|
@ -180,12 +180,14 @@ int main(int argc, char *argv[]) {
|
|||
retval = 1;
|
||||
}
|
||||
|
||||
if (conf->verbose)
|
||||
pa_log(__FILE__": daemon startup %s.\n", retval ? "failed" : "succeeded");
|
||||
|
||||
goto finish;
|
||||
}
|
||||
|
||||
close(daemon_pipe[0]);
|
||||
daemon_pipe[0] = -1;
|
||||
|
||||
|
||||
if (conf->auto_log_target)
|
||||
pa_log_set_target(PA_LOG_SYSLOG, NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue