1
0
Fork 0

fixed non syslog version

This commit is contained in:
Frank Celler 2016-04-21 23:00:49 -07:00
parent 8d046891b1
commit e8c7bc7278
1 changed files with 3 additions and 3 deletions

View File

@ -123,11 +123,11 @@ std::string LogAppenderSyslog::details() {
LogAppenderSyslog::LogAppenderSyslog(std::string const& facility,
std::string const& name,
std::string const& filter) {
std::string const& filter)
: LogAppender(filter) {
std::abort();
}
void LogAppenderSyslog::close() {
}
void LogAppenderSyslog::close() {}
#endif