Skip to content

Commit eaafd49

Browse files
committed
Fix log to file not supporting multiline output
Signed-off-by: Rye <[email protected]>
1 parent 0b3c2f6 commit eaafd49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indra/llcommon/llerror.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ namespace {
133133
RecordToFile(const std::string& filename):
134134
mName(filename)
135135
{
136+
showMultiline(true);
136137
mFile.open(filename.c_str(), std::ios_base::out | std::ios_base::app);
137138
if (!mFile)
138139
{

0 commit comments

Comments
 (0)