Fix paramter to DPRINTF in tcp_set_user_timeout()

This commit is contained in:
Peter Lieven
2012-10-20 19:13:53 +02:00
parent d30b279474
commit a26a6e12d5

View File

@@ -575,7 +575,7 @@ void iscsi_set_tcp_syncnt(struct iscsi_context *iscsi, int value)
void iscsi_set_tcp_user_timeout(struct iscsi_context *iscsi, int value)
{
iscsi->tcp_user_timeout=value;
DPRINTF(iscsi,2,"TCP_USER_TIMEOUT will be set to %dms on next socket creation",timeout_ms);
DPRINTF(iscsi,2,"TCP_USER_TIMEOUT will be set to %dms on next socket creation",value);
}
void iscsi_set_tcp_keepidle(struct iscsi_context *iscsi, int value)