From 0a9049ad6570fab307b2ed229df77acdf7e94c98 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 10 Sep 2011 14:02:22 +1000 Subject: [PATCH] remove debug messages --- lib/login.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/login.c b/lib/login.c index d9950ff..0d4d7e9 100644 --- a/lib/login.c +++ b/lib/login.c @@ -53,7 +53,6 @@ iscsi_login_add_initiatorname(struct iscsi_context *iscsi, struct iscsi_pdu *pdu free(str); return -1; } -printf("initiatorname:%s\n", str); if (iscsi_pdu_add_data(iscsi, pdu, (unsigned char *)str, strlen(str)+1) != 0) { iscsi_set_error(iscsi, "Out-of-memory: pdu add data failed."); @@ -711,8 +710,6 @@ iscsi_login_async(struct iscsi_context *iscsi, iscsi_command_cb cb, struct iscsi_pdu *pdu; int transit; -printf("login async\n"); -fprintf(stderr, "login async\n"); if (iscsi->login_attempts++ > 10) { iscsi_set_error(iscsi, "login took too many tries." " giving up.");