diff --git a/src/core/src/pass/manager.cpp b/src/core/src/pass/manager.cpp index c78e33dd8e41b9..545694d9386d80 100644 --- a/src/core/src/pass/manager.cpp +++ b/src/core/src/pass/manager.cpp @@ -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."); } } }