Skip to content

Commit

Permalink
Fix logging on loop confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Jul 14, 2019
1 parent be9dc86 commit 424bb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/router/route_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (rm *routeManager) confirmLoop(data []byte) error {
return fmt.Errorf("routing table: %s", rErr)
}

rm.Logger.Infof("Confirmed loop with %s:%d", ld.Loop.Remote.Port, ld.Loop.Remote.PubKey)
rm.Logger.Infof("Confirmed loop with %s:%d", ld.Loop.Remote.PubKey, ld.Loop.Remote.Port)
return nil
}

Expand Down

0 comments on commit 424bb53

Please sign in to comment.