diff options
| author | Toomas Soome <tsoome@me.com> | 2018-10-16 11:27:12 +0300 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2018-10-16 20:53:42 -0400 |
| commit | b664061f7bf47f885e4f325a1f1ea21e8e09ea4b (patch) | |
| tree | 6d29b565bd1d63298646eea56f693286f4261e17 /usr/src | |
| parent | e6ae04828f7b4574ab7458d343e5c64e42a25850 (diff) | |
| download | illumos-joyent-b664061f7bf47f885e4f325a1f1ea21e8e09ea4b.tar.gz | |
9900 fcip: debug statement is mixed up
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src')
| -rw-r--r-- | usr/src/uts/common/io/fibre-channel/ulp/fcip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c index c09f6fb613..b4aaef3437 100644 --- a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c +++ b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c @@ -5248,8 +5248,8 @@ fcip_udreq(queue_t *wq, mblk_t *mp) if (fdestp == NULL) { FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE, - "udreq - couldn't find dest struct for remote port"); - dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0)); + "udreq - couldn't find dest struct for remote port")); + dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0); return; } |
