Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tcp: fix compilation for systemd, fixes #3366
  • Loading branch information
perexg committed Dec 1, 2015
1 parent d8a1b95 commit 7b5a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tcp.c
Expand Up @@ -881,7 +881,7 @@ tcp_server_create
ts->ops = *ops;
ts->opaque = opaque;
tcp_get_str_from_ip((const struct sockaddr *)&bound, buf, sizeof(buf));
tvhlog(LOG_INFO, subsystem, "Starting %s server %s:%d (systemd)", subsystem, name, buf, htons(IP_PORT(bound)));
tvhlog(LOG_INFO, subsystem, "Starting %s server %s:%d (systemd)", name, buf, htons(IP_PORT(bound)));
} else {
/* no systemd-managed socket found, create a new one */
tvhlog(LOG_INFO, "tcp", "No systemd socket: creating a new one");
Expand Down

0 comments on commit 7b5a777

Please sign in to comment.