[Pkg-ofed-commits] [libfabric] 47/123: prov/sockets: Removed redundant error log as the same error is reported in the calling function

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit e0f6b96e4cb149197085e52d6d2c871b1887d563
Author: shantonu <shantonu.hossain at intel.com>
Date:   Wed Aug 26 15:18:29 2015 -0700

    prov/sockets: Removed redundant error log as the same error is reported in the calling function
    
    Signed-off-by: Shantonu Hossain <shantonu.hossain at intel.com>
---
 prov/sockets/src/sock_cq.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/prov/sockets/src/sock_cq.c b/prov/sockets/src/sock_cq.c
index b40594a..ff018ba 100644
--- a/prov/sockets/src/sock_cq.c
+++ b/prov/sockets/src/sock_cq.c
@@ -637,7 +637,6 @@ int sock_cq_check_size_ok(struct sock_cq *cq)
 	fastlock_acquire(&cq->lock);
 	if (rbfdavail(&cq->cq_rbfd) < sock_cq_entry_size(cq)) {
 		ret = 0;
-		SOCK_LOG_ERROR("Not enough space in CQ\n");
 	}
 	fastlock_release(&cq->lock);
 	return ret;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list