Browse Source

Print to terminal the plugin name that failed to load

tags/v2.1-alpha1-winvst
falkTX 6 years ago
parent
commit
33757121d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      source/backend/engine/CarlaEngine.cpp

+ 1
- 1
source/backend/engine/CarlaEngine.cpp View File

@@ -2307,7 +2307,7 @@ bool CarlaEngine::loadProjectInternal(water::XmlDocument& xmlDoc)
}
else
{
carla_stderr2("Failed to load a plugin, error was:\n%s", getLastError());
carla_stderr2("Failed to load a plugin '%s', error was:\n%s", stateSave.name, getLastError());
}
}



Loading…
Cancel
Save