mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
mobile: add documentation to the verbosity method
This commit is contained in:
parent
b01d9ee82d
commit
35058304d8
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ func (n *Node) GetPeersInfo() *PeerInfos {
|
||||||
return &PeerInfos{n.node.Server().PeersInfo()}
|
return &PeerInfos{n.node.Server().PeersInfo()}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Verbosity sets the global verbosity level.
|
||||||
func (n *Node) Verbosity(level int) {
|
func (n *Node) Verbosity(level int) {
|
||||||
glog.SetV(level)
|
glog.SetV(level)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue