Skip to content

Commit e200c68

Browse files
committed
fix: print address correctly without verbose
1 parent 1aa838f commit e200c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gsa/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ func init() {
108108
if Options.Verbose {
109109
utils.InitLogger(slog.LevelDebug)
110110
} else {
111-
utils.InitLogger(slog.LevelWarn)
111+
utils.InitLogger(slog.LevelInfo)
112112
}
113113
}

0 commit comments

Comments
 (0)