Skip to content

Commit

Permalink
Merge branch 'fix/app2-router2-tests' of https://github.com/Darkren/s…
Browse files Browse the repository at this point in the history
…kywire-mainnet into fix/app2-router2-tests
  • Loading branch information
Darkren committed Nov 13, 2019
2 parents 5aabda1 + ca3ac1c commit 68a9d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apps/skychat/chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
func listenLoop() {
l, err := chatApp.Listen(netType, port)
if err != nil {
log.Printf("Error listening network %v on port %d: %v\n", netType, port)
log.Printf("Error listening network %v on port %d: %v\n", netType, port, err)
return
}

Expand Down

0 comments on commit 68a9d30

Please sign in to comment.