diff options
author | James Smart <James.Smart@Emulex.Com> | 2006-12-02 13:34:42 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-12-03 10:29:57 -0500 |
commit | c7743956f8cb7b496c05d8444050eba908662a14 (patch) | |
tree | cf4c4bc8484d53d91c3da1aa99ba722bf4a32d5d /drivers/scsi/lpfc/lpfc_attr.c | |
parent | 146911500f2572fba31895aebacdc4f283208c37 (diff) |
[SCSI] lpfc 8.1.11 : Adjust LOG_FCP logging
Adjust LOG_FCP logging to be more meaningful.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_attr.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index f05ef3011307..73d3afc72de2 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -806,7 +806,7 @@ static CLASS_DEVICE_ATTR(lpfc_devloss_tmo, S_IRUGO | S_IWUSR, | |||
806 | # LOG_NODE 0x80 Node table events | 806 | # LOG_NODE 0x80 Node table events |
807 | # LOG_MISC 0x400 Miscellaneous events | 807 | # LOG_MISC 0x400 Miscellaneous events |
808 | # LOG_SLI 0x800 SLI events | 808 | # LOG_SLI 0x800 SLI events |
809 | # LOG_CHK_COND 0x1000 FCP Check condition flag | 809 | # LOG_FCP_ERROR 0x1000 Only log FCP errors |
810 | # LOG_LIBDFC 0x2000 LIBDFC events | 810 | # LOG_LIBDFC 0x2000 LIBDFC events |
811 | # LOG_ALL_MSG 0xffff LOG all messages | 811 | # LOG_ALL_MSG 0xffff LOG all messages |
812 | */ | 812 | */ |