Skip to content

Commit 7007b0e

Browse files
ielizivikhrev
andauthored
Apply suggestions from code review
Co-authored-by: Ivan Vikhrev <[email protected]>
1 parent 885358a commit 7007b0e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demos/interactive_face_detection_demo/cpp/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ void parse(int argc, char *argv[]) {
122122
} if (FLAGS_m.empty()) {
123123
throw std::invalid_argument{"-m <MODEL FILE> can't be empty"};
124124
}
125-
std::cout << ov::get_openvino_version() << std::endl;
125+
slog::info << ov::get_openvino_version() << slog::endl;
126126
}
127127
} // namespace
128128

demos/interactive_face_detection_demo/cpp_gapi/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ void parse(int argc, char *argv[]) {
159159
} if (FLAGS_m.empty()) {
160160
throw std::invalid_argument{"-m <MODEL FILE> can't be empty"};
161161
}
162+
slog::info << ov::get_openvino_version() << slog::endl;
162163
}
163164

164165
static const std::vector<std::string> EMOTION_VECTOR = {"neutral",

0 commit comments

Comments
 (0)