mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
parent
148d900a72
commit
1bbc7e9540
3 changed files with 6 additions and 6 deletions
2
vendor/github.com/jedisct1/dlog/dlog.go
generated
vendored
2
vendor/github.com/jedisct1/dlog/dlog.go
generated
vendored
|
@ -173,7 +173,7 @@ func logf(severity Severity, format string, args ...interface{}) {
|
|||
if severity < _globals.logLevel.get() {
|
||||
return
|
||||
}
|
||||
now := time.Now()
|
||||
now := time.Now().Local()
|
||||
year, month, day := now.Date()
|
||||
hour, minute, second := now.Clock()
|
||||
message := fmt.Sprintf(format, args...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue