diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2019-01-18 15:44:07 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2019-01-18 15:44:07 -0500 |
| commit | 6f1bbc1198993cb5017c3f68ae69f31a9fd4ec7f (patch) | |
| tree | 5007452ac187985fb190c387f05abc54f77e13ac /c_layer | |
| parent | 85b4668fbac96b880fcb4c25d3f058fe62c4f171 (diff) | |
| download | pyisda-6f1bbc1198993cb5017c3f68ae69f31a9fd4ec7f.tar.gz | |
log to stderr
Diffstat (limited to 'c_layer')
| -rw-r--r-- | c_layer/cdsbootstrap.c | 2 |
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; } |
