From: Vikas Chaudhary <[email protected]> remove print message that printing wrong info to user
Signed-off-by: Vikas Chaudhary <[email protected]> --- usr/iscsiadm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr/iscsiadm.c b/usr/iscsiadm.c index a6b6a00..d2fdb45 100644 --- a/usr/iscsiadm.c +++ b/usr/iscsiadm.c @@ -1346,8 +1346,6 @@ get_chap: goto exit_chap_info; } - log_info("Valid CHAP Entries = %d\n", valid_chap_entries); - crec = (struct iscsi_chap_rec *) (req_buf + sizeof(struct iscsi_uevent)); -- 1.7.9.1.265.gb3a76 -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/open-iscsi?hl=en.
