mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
ethlog: fix typo in documentation
This commit is contained in:
parent
fd9b03a431
commit
35f339e942
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ Other packages use tagged logger to send log messages to shared
|
||||||
multiple log systems. The log level can be set separately per log
|
multiple log systems. The log level can be set separately per log
|
||||||
system.
|
system.
|
||||||
|
|
||||||
Logging is asynchrounous and does not block the caller. Message
|
Logging is asynchronous and does not block the caller. Message
|
||||||
formatting is performed by the caller goroutine to avoid incorrect
|
formatting is performed by the caller goroutine to avoid incorrect
|
||||||
logging of mutable state.
|
logging of mutable state.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue