diff --git a/src/FluidNMFMatch/FluidNMFMatch.cpp b/src/FluidNMFMatch/FluidNMFMatch.cpp index bab6c84..7a950a2 100644 --- a/src/FluidNMFMatch/FluidNMFMatch.cpp +++ b/src/FluidNMFMatch/FluidNMFMatch.cpp @@ -38,7 +38,10 @@ namespace nmf{ std::tie(isOK, feedback) = mClient->sanityCheck(); if(!isOK) { - Print("fdNMFMatch Error: %s",feedback.c_str()); + std::cout << "FluidNMFMatch Error: " << feedback << '\n'; + + mCalcFunc = ClearUnitOutputs; + return; }