summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 10774388..dfbd1e4b 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -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);