commit | 31765d7d3da9bb575f80faecae0b931afa3532c6 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Fri Aug 17 11:02:10 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:51:03 2007 -0400 |
tree | e1dfc6ac620a0d37e6bb3d3d3f48c7e800f945b7 | |
parent | 7c07d613d22680f1caf2bd9ee49838ec7730b9da [diff] |
[SCSI] Improve error message when offlining a device The current code prints: scsi 13:0:4:0: scsi: Device offlined - not ready after error recovery which is repetitively redundant. This patch changes that message to: scsi 6:0:6:0: Device offlined - not ready after error recovery Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>