Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Commit 060580d

Browse files
committed
problem: geth killing information not visible
1 parent fcbc260 commit 060580d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func StartNode(stack *node.Node) {
107107
for i := 10; i > 0; i-- {
108108
<-sigc
109109
if i > 1 {
110-
glog.Infof("Already shutting down, interrupt %d more times for panic.", i-1)
110+
glog.D(logger.Warn).Warnf("Already shutting down, interrupt %d more times for panic.", i-1)
111111
}
112112
}
113113
glog.Fatal("boom")

0 commit comments

Comments
 (0)