Skip to content

Commit

Permalink
Update src/plugins/intel_npu/src/plugin/src/backends.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
DanLiu2Intel and github-actions[bot] authored May 14, 2024
1 parent f6cacf6 commit 8461207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/intel_npu/src/plugin/src/backends.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ NPUBackends::NPUBackends(const std::vector<AvailableBackends>& backendRegistry,
}
#endif
} catch (const std::exception& ex) {
if(name == AvailableBackends::IMD){
if (name == AvailableBackends::IMD) {
_logger.warning("Got an error during backend '%s' loading : %s", backendName.c_str(), ex.what());
} else {
_logger.error("Got an error during backend '%s' loading : %s", backendName.c_str(), ex.what());
Expand Down

0 comments on commit 8461207

Please sign in to comment.