From 47d9ebdd00e256dc5d31a9b08ce19cf16ccd1195 Mon Sep 17 00:00:00 2001 From: Tikhonov Ivan Date: Thu, 25 Jul 2024 19:11:42 +0400 Subject: [PATCH] fix build --- src/core/src/pass/manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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."); } } }