Skip to content

Commit

Permalink
Fixed minor error
Browse files Browse the repository at this point in the history
  • Loading branch information
rkbalgi committed May 13, 2020
1 parent 49ba488 commit d15b516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/websim/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func getOrCreateNetClient(addr string, spec *iso.Spec, mliType net2.MliType) (*n
if resChan != nil {
resChan <- &isoResponse{err: nil, responseData: responseData, responseMsg: responseMsg}
} else {
log.Infoln("Message with key - %s possibly timed out", responseMsg.MessageKey)
log.Infof("Message with key - %s possibly timed out", responseMsg.MessageKey)
}
delete(inFlights, responseMsg.MessageKey)
inFlightsMu.Unlock()
Expand Down

0 comments on commit d15b516

Please sign in to comment.