Skip to content

Commit df946f8

Browse files
committed
Fixing linux compilation
1 parent b728766 commit df946f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app_state.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,10 @@ void AppState::setLogOutput(bool firstTime) {
207207
formatter->add_flag<SystemdLevelFormatter>('l').set_pattern("%l%v");
208208
spdlog::set_formatter(std::move(formatter));
209209
} else
210-
#else
210+
#endif
211211
{
212212
spdlog::set_pattern("%^[%l] %v%$");
213213
}
214-
#endif
215214
}
216215
}
217216
m_logFilePath = m_currentCommandLine.logFile;

0 commit comments

Comments
 (0)