mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-07 10:25:37 +00:00
app/internal/log: fix typo
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
// macOS Console already includes timstamps.
|
// macOS Console already includes timestamps.
|
||||||
log.SetFlags(log.Flags() &^ log.LstdFlags)
|
log.SetFlags(log.Flags() &^ log.LstdFlags)
|
||||||
log.SetOutput(newNSLogWriter())
|
log.SetOutput(newNSLogWriter())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user