mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-06 19:50:11 +02:00
Don't report a worker error if we can't load a model since we're already logging an error.
This commit is contained in:
+2
-2
@@ -132,8 +132,8 @@ namespace NAM {
|
||||
response.path[0] = '\0';
|
||||
|
||||
lv2_log_error(&nam->logger, "Unable to load model from: '%s'\n", msg->path);
|
||||
|
||||
result = LV2_WORKER_ERR_UNKNOWN;
|
||||
|
||||
//result = LV2_WORKER_ERR_UNKNOWN;
|
||||
}
|
||||
|
||||
respond(handle, sizeof(response), &response);
|
||||
|
||||
Reference in New Issue
Block a user