Skip to content

Commit 09483ef

Browse files
modified: xdcc/xdcc.go
1 parent 8b7949f commit 09483ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xdcc/xdcc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ func Start(gateway *webircgateway.Gateway, pluginsQuit *sync.WaitGroup) {
357357

358358

359359
func (s *Server) Start() {
360+
log.Print(2, "XDCC: Listening on %s", s.Port)
360361

361362
http.ListenAndServe(":"+s.Port, s.Dispatcher)
362363
}

0 commit comments

Comments
 (0)