|
|
@@ -398,7 +398,7 @@ Model* modelFromJson(json_t* moduleJ) { |
|
|
|
// Get Model |
|
|
|
Model* model = getModelFallback(pluginSlug, modelSlug); |
|
|
|
if (!model) |
|
|
|
throw Exception("Could not find module \"%s\" \"%s\"", pluginSlug.c_str(), modelSlug.c_str()); |
|
|
|
throw Exception("Could not find module %s/%s", pluginSlug.c_str(), modelSlug.c_str()); |
|
|
|
return model; |
|
|
|
} |
|
|
|
|
|
|
|