Skip to content

Commit

Permalink
minor text formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jun 13, 2024
1 parent 1f7a1fa commit cb42f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/dmsgweb/commands/dmsgwebsrv.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func server() {
ReadTimeout: 10 * time.Second,
WriteTimeout: 10 * time.Second,
}
log.Printf("Serving on local port %v with DMSG listener %s", localPort, lis.Addr().String())
log.Printf("Serving on dmsg port %v with DMSG listener %s", localPort, lis.Addr().String())
if err := serve.Serve(lis); err != nil && err != http.ErrServerClosed {
log.Fatalf("Serve: %v", err)
}
Expand All @@ -199,10 +199,10 @@ const srvenvfileLinux = `
#########################################################################
#-- DMSG port to serve
#DMSGPORT=80
#DMSGPORT=('80')
#-- Local Port to serve over dmsg
LOCALPORT=8086
LOCALPORT=('8086')
#-- Number of dmsg servers to connect to (0 unlimits)
#DMSGSESSIONS=1
Expand Down

0 comments on commit cb42f15

Please sign in to comment.