Skip to content

Commit 2b0fb8d

Browse files
committed
Fixed a error message formatting
1 parent 6a3d5fb commit 2b0fb8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devstate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func (state *DevState) HTTPListen() (net.Listener, error) {
268268
}
269269

270270
// Give up and return an error
271-
err := state.error("failed to allocate HTTP port", state.Ident)
271+
err := state.error("failed to allocate HTTP port")
272272
Log.Error('!', "STATE PORT: %s", err)
273273

274274
return nil, err

0 commit comments

Comments
 (0)