fix(build): another windows build issue

This commit is contained in:
Torkel Ödegaard
2016-06-16 21:10:30 +02:00
parent b06ec734f1
commit 32479503bd
2 changed files with 4 additions and 1 deletions

View File

@@ -17,3 +17,6 @@ func NewSyslog(sec *ini.Section, format log15.Format) *SysLogHandler {
func (sw *SysLogHandler) Log(r *log15.Record) error {
return nil
}
func (sw *SysLogHandler) Close() {
}