summaryrefslogtreecommitdiffstats
path: root/c_layer/cdsbootstrap.c
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2019-01-17 18:03:53 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2019-01-17 18:03:53 -0500
commit85b4668fbac96b880fcb4c25d3f058fe62c4f171 (patch)
treed0789446af7eeb989044b85fb55089958fd0dc0f /c_layer/cdsbootstrap.c
parentbbd8ae7cb78fba1dc7d3d0cd6996e127a824ca9f (diff)
downloadpyisda-85b4668fbac96b880fcb4c25d3f058fe62c4f171.tar.gz
wider bracket
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 f3ae975..b0aa004 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");
+ printf("Something went wrong: %f\n", hazardRate);
return status;
}