fix build failed on aarch64 (#1132)

This commit is contained in:
Lunny Xiao 2017-03-07 15:09:05 +08:00 committed by GitHub
parent 848293671b
commit fa41ddd3eb
4 changed files with 24 additions and 6 deletions

2
vendor/github.com/ngaut/log/log.go generated vendored
View file

@ -372,7 +372,7 @@ func genHourTime(t time.Time) string {
}
func New() *logger {
return Newlogger(os.Stdout, "")
return Newlogger(os.Stderr, "")
}
func Newlogger(w io.Writer, prefix string) *logger {