Skip to content

Commit

Permalink
Per #2729, get rid of extra blank line in log message about manually …
Browse files Browse the repository at this point in the history
…deleting temp files.
  • Loading branch information
JohnHalleyGotway committed Mar 6, 2024
1 parent 67ee04e commit d6eaf24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_config/temp_file.cc
Original file line number Diff line number Diff line change
@@ -74,7 +74,7 @@ void remove_temp_file(const ConcatString file_name) {
if (nullptr != keep_temp
&& (0 == strcmp(keep_temp, "true") || 0 == strcmp(keep_temp, "yes"))) {
mlog << Debug(2) << "The temporary file ("
<< file_name << ") was not deleted. Please remove it manually\n\n";
<< file_name << ") was not deleted. Please remove it manually.\n";
return;
}

0 comments on commit d6eaf24

Please sign in to comment.