We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138b251 commit d022e9dCopy full SHA for d022e9d
Studio/ShapeWorksMONAI/MonaiLabelJob.cpp
@@ -91,7 +91,7 @@ void MonaiLabelJob::initializeClient() {
91
models_available_[model_type_] = {model_name_};
92
Q_EMIT triggerClientInitialized();
93
} catch (std::exception &e) {
94
- std::cerr << "Error importing MONAILabel or initializing MONAILabelClient: " << e.what() << std::endl;
+ SW_ERROR("Error importing MONAILabel or initializing MONAILabelClient: {}", e.what());
95
return;
96
}
97
0 commit comments