[Pkg-ofed-commits] [libfabric] 45/123: prov/sockets: Corrected debug log to error log

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:28 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 128201bb5ed0c09682bc311baafdeb8edd438240
Author: shantonu <shantonu.hossain at intel.com>
Date:   Thu Aug 20 18:06:11 2015 -0700

    prov/sockets: Corrected debug log to error log
    
    Signed-off-by: Shantonu Hossain <shantonu.hossain at intel.com>
---
 prov/sockets/src/sock_progress.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prov/sockets/src/sock_progress.c b/prov/sockets/src/sock_progress.c
index 5eb18e3..6dd992b 100644
--- a/prov/sockets/src/sock_progress.c
+++ b/prov/sockets/src/sock_progress.c
@@ -524,7 +524,7 @@ static int sock_pe_handle_error(struct sock_pe *pe, struct sock_pe_entry *pe_ent
 	response = &pe_entry->response;
 	assert(response->pe_entry_id <= SOCK_PE_MAX_ENTRIES);
 	waiting_entry = &pe->pe_table[response->pe_entry_id];
-	SOCK_LOG_DBG("Received error for PE entry %p (index: %d)\n", 
+	SOCK_LOG_ERROR("Received error for PE entry %p (index: %d)\n", 
 		      waiting_entry, response->pe_entry_id);
 	
 	assert(waiting_entry->type == SOCK_PE_TX);

-- 
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