From 396dcf62943c4205130321aaa6e20911b2fb2f40 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 29 Aug 2012 20:45:26 +0000 Subject: [PATCH] It isn't a error and can happen in normal circumstances git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4497 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index c76acc362..33a498635 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -5407,7 +5407,7 @@ retry: rc = qla2x00_get_port_database(ha, fcport, 0); if (rc != QLA_SUCCESS) { - PRINT_ERROR("qla2x00t(%ld): Failed to retrieve fcport " + TRACE_MGMT_DBG("qla2x00t(%ld): Failed to retrieve fcport " "information -- get_port_database() returned %x " "(loop_id=0x%04x)", ha->instance, rc, loop_id); goto out_free_fcport;