Skip to content

Commit 345f6cb

Browse files
authored
Fix missing space in log INFO message (#650)
1 parent b395da5 commit 345f6cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/terminal/ParseConfigFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ static void local_parse_file(const char *targethost, struct Options *options,
11831183

11841184
ifstream infile(filename);
11851185
if (!infile.good()) {
1186-
LOG(INFO) << filename << "not found";
1186+
LOG(INFO) << filename << " not found";
11871187
return;
11881188
}
11891189

0 commit comments

Comments
 (0)