aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index c358e6fd8..72a2c67da 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -680,7 +680,7 @@ output_message (enum GNUNET_ErrorType kind, const char *comp,
680 680
681 if (GNUNET_stderr != NULL) 681 if (GNUNET_stderr != NULL)
682 { 682 {
683 fprintf (GNUNET_stderr, "%s %s %s %s", datestr, comp, 683 FPRINTF (GNUNET_stderr, "%s %s %s %s", datestr, comp,
684 GNUNET_error_type_to_string (kind), msg); 684 GNUNET_error_type_to_string (kind), msg);
685 fflush (GNUNET_stderr); 685 fflush (GNUNET_stderr);
686 } 686 }