provide simple output to stderr (fix #330)

This commit is contained in:
yrutschle 2022-05-05 09:12:45 +02:00
parent 7228c0ebc3
commit 78827d75fe

View File

@ -5,6 +5,8 @@
#include "common.h"
#define print_message(sink, format, file, line) fprintf(stderr, format, file, line)
static char* resolve_listen(const char *hostname, const char *port) {
/* Need room in the strcat for \0 and :
* the format in the socket unit file is hostname:port */