Skip to content

Commit 599dc84

Browse files
authored
update (#71552) (#71583)
1 parent 0a21a7a commit 599dc84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paddle/cinn/backends/nvrtc/header_generator.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ std::string read_file_as_string(const std::string& file_path) {
4949
std::ifstream file(cinn_path + '/' + file_path);
5050

5151
if (!file.is_open()) {
52-
LOG_FIRST_N(INFO, 1) << "Unable to open file : " << cinn_path << '/'
53-
<< file_path;
52+
VLOG(1) << "Unable to open file : " << cinn_path << '/' << file_path;
5453
return "";
5554
}
5655
std::stringstream buffer;

0 commit comments

Comments
 (0)