diff options
Diffstat (limited to 'usr/src/uts/common/io/nxge/nxge_txc.c')
| -rw-r--r-- | usr/src/uts/common/io/nxge/nxge_txc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/io/nxge/nxge_txc.c b/usr/src/uts/common/io/nxge/nxge_txc.c index 7f9e34dbfa..c143866574 100644 --- a/usr/src/uts/common/io/nxge/nxge_txc.c +++ b/usr/src/uts/common/io/nxge/nxge_txc.c @@ -373,10 +373,10 @@ nxge_txc_handle_sys_errors(p_nxge_t nxgep) default: return (NXGE_ERROR); } - NXGE_ERROR_MSG((nxgep, NXGE_ERR_CTL, - " nxge_txc_handle_sys_errors: errored port %d", - err_portn)); if (my_err) { + NXGE_ERROR_MSG((nxgep, NXGE_ERR_CTL, + " nxge_txc_handle_sys_errors: errored port %d", + err_portn)); status = nxge_txc_handle_port_errors(nxgep, err_status); } |
