summaryrefslogtreecommitdiffstats
path: root/c_layer/cdsbootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'c_layer/cdsbootstrap.c')
-rw-r--r--c_layer/cdsbootstrap.c2
1 files changed, 1 insertions, 1 deletions
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;
}