Re: iscsi: Move two messages to be logged as debug and not as errors
FUJITA Tomonori <[email protected]>
| Newsgroups | org.kernel.vger.stgt |
|---|---|
| Message-ID | <20140226.171519.1568838937885769634.fujita.tomonori@lab.ntt.co.jp> |
On Tue, 25 Feb 2014 14:53:58 +0200 Or Gerlitz <[email protected]> wrote: > Move two messages which are printed when connections are close from error > to debug level. > > Without this change, a message currently gets logged every time an automatic > discovery process runs on the initiator node when using the discovery database. > When using multiple Control Ports, there are a lot of messages getting logged. > These essentially flood the /var/log/messages file on the initiator. > > Signed-off-by: Dennis Cullison <[email protected]> > Signed-off-by: Or Gerlitz <[email protected]> > --- > usr/iscsi/conn.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) Applied, thanks.