Skip to content

Commit

Permalink
Update onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Lizarraga <[email protected]>
  • Loading branch information
samwebster and adrianlizarraga authored Jan 7, 2025
1 parent e265342 commit 5573883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ void QnnBackendManager::ReleaseResources() {

auto result = ReleaseContext();
if (Status::OK() != result) {
LOGS_DEFAULT(INFO) << "Failed to ReleaseContext.";
LOGS_DEFAULT(ERROR) << "Failed to ReleaseContext.";
}

result = ReleaseProfilehandle();
Expand Down

0 comments on commit 5573883

Please sign in to comment.