Add missing import for Go 1.4
This commit is contained in:
parent
df41183e9b
commit
9f9cf882ad
@ -3,6 +3,10 @@
|
||||
|
||||
package cryptfs
|
||||
|
||||
import (
|
||||
"log/syslog"
|
||||
)
|
||||
|
||||
func (l *toggledLogger) SwitchToSyslog(p syslog.Priority) {
|
||||
Debug.Printf("Cannot switch to syslog - need Go 1.5 or higher")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user