diff --git a/library/libsds.nim b/library/libsds.nim index 0e840cb..e3ca689 100644 --- a/library/libsds.nim +++ b/library/libsds.nim @@ -137,6 +137,7 @@ proc NewReliabilityManager( ## Creates a new instance of the Reliability Manager. if isNil(callback): + echo "error: missing callback in NewReliabilityManager" return nil ## Create the SDS thread that will keep waiting for req from the main thread.