Commit 5f03495
fabrics: fix fabrics_connect() error message
Seeing below error message displayed during nvme connect error
scenarios:
failed to connected: Unknown error -1013
Fix this by ensuring the appropriate ret value is passed to
nvme_strerror(). And while at it, correct the message text grammar
as well.
Signed-off-by: Martin George <[email protected]>1 parent 5fdc131 commit 5f03495
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
712 | | - | |
| 711 | + | |
| 712 | + | |
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
| |||
0 commit comments