Skip to content

Commit

Permalink
provide simple output to stderr (fix #330)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrutschle committed May 5, 2022
1 parent 7228c0e commit 78827d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systemd-sslh-generator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 78827d7

Please sign in to comment.