summaryrefslogtreecommitdiffstats
path: root/c_layer
diff options
context:
space:
mode:
Diffstat (limited to 'c_layer')
-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;
}