We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790018d commit 9a5a158Copy full SHA for 9a5a158
onnxruntime/core/session/utils.cc
@@ -427,7 +427,7 @@ Status LoadPluginOrProviderBridge(const std::string& registration_name,
427
true,
428
ProviderLibraryPathType::Absolute);
429
bool is_provider_bridge = provider_library->Load() == Status::OK(); // library has GetProvider
430
- LOGS_DEFAULT(INFO) << "Loading EP library: " << library_path
+ LOGS_DEFAULT(INFO) << "Loading EP library: " << resolved_library_path
431
<< (is_provider_bridge ? " as a provider bridge" : " as a plugin");
432
433
// create EpLibraryPlugin to ensure CreateEpFactories and ReleaseEpFactory are available
0 commit comments