From 6f1bbc1198993cb5017c3f68ae69f31a9fd4ec7f Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 18 Jan 2019 15:44:07 -0500 Subject: log to stderr --- c_layer/cdsbootstrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c_layer/cdsbootstrap.c') diff --git a/c_layer/cdsbootstrap.c b/c_layer/cdsbootstrap.c index b0aa004..bbecc08 100644 --- a/c_layer/cdsbootstrap.c +++ b/c_layer/cdsbootstrap.c @@ -45,6 +45,6 @@ int cdsBootstrapPointFunction done: if (status != SUCCESS) - printf("Something went wrong: %f\n", hazardRate); + fprintf(stderr, "Something went wrong: %f\n", hazardRate); return status; } -- cgit v1.2.3-70-g09d2