[SCSI] libiscsi_tcp: replace tcp_debug/scsi_debug logging with session/conn logging
authorMike Christie <michaelc@cs.wisc.edu>
Thu, 5 Mar 2009 20:45:59 +0000 (14:45 -0600)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Fri, 13 Mar 2009 20:27:29 +0000 (15:27 -0500)
commit0ab1c2529e6a70e1b3c63fe9c6b41d4049758a8e
treeba6356562bcff4c4ff6ed22cf6827c20daa50900
parent1b2c7af877f427a2b25583c9033616c9ebd30aed
[SCSI] libiscsi_tcp: replace tcp_debug/scsi_debug logging with session/conn logging

This makes the logging a compile time option and replaces
the scsi_debug and tcp_debug macro with session and connection ones
that print out a driver model id prefix.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/libiscsi_tcp.c