diff --git a/src/nam_plugin.cpp b/src/nam_plugin.cpp index 24d67b9..d69c906 100644 --- a/src/nam_plugin.cpp +++ b/src/nam_plugin.cpp @@ -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);