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