diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-09-24 10:46:14 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-09-24 10:46:14 +0000 |
commit | 0632b3e78e29ae0d2c8ab3c17e7fb56dfa1fd7c4 (patch) | |
tree | e5df19116386246f27ec2872a18bbd0c83e0edb0 /usr.sbin/iscsid | |
parent | 65d44b1716fb7e7d4fee71adab65d84d7d4198b7 (diff) |
another useless and noisy debug message
Diffstat (limited to 'usr.sbin/iscsid')
-rw-r--r-- | usr.sbin/iscsid/connection.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/iscsid/connection.c b/usr.sbin/iscsid/connection.c index ca03d93f513..e68520e10fd 100644 --- a/usr.sbin/iscsid/connection.c +++ b/usr.sbin/iscsid/connection.c @@ -1,4 +1,4 @@ -/* $OpenBSD: connection.c,v 1.2 2010/09/24 10:44:39 claudio Exp $ */ +/* $OpenBSD: connection.c,v 1.3 2010/09/24 10:46:13 claudio Exp $ */ /* * Copyright (c) 2009 Claudio Jeker <claudio@openbsd.org> @@ -204,7 +204,6 @@ conn_task_issue(struct connection *c, struct task *t) { /* XXX need to verify that we're in the right state for the task */ -log_debug("conn_task_issue"); if (!TAILQ_EMPTY(&c->tasks)) return 0; |