mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
Correct typo in example log statement.
This commit is contained in:
parent
e230b54427
commit
267cf94edc
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ func main() {
|
||||||
time.AfterFunc(time.Second*10, func() {
|
time.AfterFunc(time.Second*10, func() {
|
||||||
log.Println("Client shutting down...")
|
log.Println("Client shutting down...")
|
||||||
client.Shutdown()
|
client.Shutdown()
|
||||||
log.Println("Client shutting complete.")
|
log.Println("Client shutdown complete.")
|
||||||
})
|
})
|
||||||
|
|
||||||
// Wait until the client either shuts down gracefully (or the user
|
// Wait until the client either shuts down gracefully (or the user
|
||||||
|
|
Loading…
Add table
Reference in a new issue