Skip to content

Commit c6caa8f

Browse files
authored
add a endline (#112)
1 parent e4f623e commit c6caa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sink_logrotate/src/LogRotateHelper.ipp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ bool LogRotateHelper::rotateLog() {
226226
}
227227
changeLogFile(log_directory_);
228228
std::ostringstream ss;
229-
ss << "Log rotated Archived file name: " << gz_file_name.str().c_str();
229+
ss << "Log rotated Archived file name: " << gz_file_name.str().c_str() << "\n";
230230
fileWriteWithoutRotate(ss.str());
231231
ss.clear();
232232
ss.str("");

0 commit comments

Comments
 (0)