fix: fix wrong formatting in log-output
Some checks failed
Go CI Pipeline / ci (push) Has been cancelled
Some checks failed
Go CI Pipeline / ci (push) Has been cancelled
This commit is contained in:
parent
54979319ff
commit
20b4b7ba2d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ func (pf *PortForwarder) forward() error {
|
|||
return fmt.Errorf("failed to listen on %s: %w", localAddr, err)
|
||||
}
|
||||
defer listener.Close()
|
||||
pf.logf("INFO", "Listener active on %s", localAddr)
|
||||
pf.logf("INFO", fmt.Sprintf("Listener active on %s", localAddr))
|
||||
|
||||
for {
|
||||
localConn, err := listener.Accept()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue