summaryrefslogtreecommitdiffstats
path: root/c_layer/cdsbootstrap.c
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2019-01-18 15:44:07 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2019-01-18 15:44:07 -0500
commit6f1bbc1198993cb5017c3f68ae69f31a9fd4ec7f (patch)
tree5007452ac187985fb190c387f05abc54f77e13ac /c_layer/cdsbootstrap.c
parent85b4668fbac96b880fcb4c25d3f058fe62c4f171 (diff)
downloadpyisda-6f1bbc1198993cb5017c3f68ae69f31a9fd4ec7f.tar.gz
log to stderr
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;
}