Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
itikhono committed Jul 25, 2024
1 parent 2c42795 commit 47d9ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/src/pass/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ class Profiler {
<< (applied ? "1" : "0") << std::endl;
}
} else {
OPENVINO_THROW("The output file for recording transformation statistics is closed. "
"Recording of the statistics is not possible.")
OPENVINO_THROW("The output file for logging transformation statistics is closed. "
"Recording of statistics is not possible.");
}
}
}
Expand Down

0 comments on commit 47d9ebd

Please sign in to comment.