mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-10 04:30:14 +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:
+1
-1
@@ -133,7 +133,7 @@ namespace NAM {
|
|||||||
|
|
||||||
lv2_log_error(&nam->logger, "Unable to load model from: '%s'\n", msg->path);
|
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);
|
respond(handle, sizeof(response), &response);
|
||||||
|
|||||||
Reference in New Issue
Block a user