Skip to content

Commit 08c86c6

Browse files
committed
Add missing new line
Add missing new line for "Passive 1" warning.
1 parent fd0cdcf commit 08c86c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thd_trt_art_reader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ int cthd_acpi_rel::generate_conf(std::string file_name) {
167167
}
168168

169169
if (int3400.match_supported_uuid() != THD_SUCCESS) {
170-
thd_log_info("Passive 1 UUID is not present, hence ignore _TRT, as it may have junk!!");
170+
thd_log_info("Passive 1 UUID is not present, hence ignore _TRT, as it may have junk!!\n");
171171
ret = -1;
172172
goto cleanup;
173173
}

0 commit comments

Comments
 (0)