summaryrefslogtreecommitdiffstats
path: root/avahi-dnsconfd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-dnsconfd/main.c')
-rw-r--r--avahi-dnsconfd/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/avahi-dnsconfd/main.c b/avahi-dnsconfd/main.c
index 6ae6c3a..57147cd 100644
--- a/avahi-dnsconfd/main.c
+++ b/avahi-dnsconfd/main.c
@@ -158,8 +158,8 @@ static int open_socket(void) {
if (connect(fd, (struct sockaddr*) &sa, sizeof(sa)) < 0) {
daemon_log(LOG_ERR, "connect(): %s", strerror(errno));
- daemon_log(LOG_INFO, "Failed to connect to the daemon. This probably means that you");
- daemon_log(LOG_INFO, "didn't start avahi-daemon before avahi-dnsconfd.");
+ daemon_log(LOG_INFO, "Failed to connect to the daemon. This probably means that you");
+ daemon_log(LOG_INFO, "didn't start avahi-daemon before avahi-dnsconfd.");
goto fail;
}