]> git.meshlink.io Git - meshlink/blobdiff - src/sptps.c
Remove debug messages printed to stderr.
[meshlink] / src / sptps.c
index f44374ee4bf472b7fea3127ff3b777ffa26aa517..a2eb3883280c5683ab0d9703ae66aa5a712b643d 100644 (file)
@@ -63,7 +63,7 @@ void sptps_log_stderr(sptps_t *s, int s_errno, const char *format, va_list ap) {
        fputc('\n', stderr);
 }
 
-void (*sptps_log)(sptps_t *s, int s_errno, const char *format, va_list ap) = sptps_log_stderr;
+void (*sptps_log)(sptps_t *s, int s_errno, const char *format, va_list ap) = sptps_log_quiet;
 
 // Log an error message.
 static bool error(sptps_t *s, int s_errno, const char *format, ...) {