From a1e304b2d647ec94eb18e46f0b2e1a7261d2e835 Mon Sep 17 00:00:00 2001 From: Matthias Jurenz Date: Tue, 26 Apr 2011 08:02:46 +0000 Subject: [PATCH] Removed redundant debug message This commit was SVN r24638. --- ompi/contrib/vt/vt/vtlib/vt_iowrap.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ompi/contrib/vt/vt/vtlib/vt_iowrap.h b/ompi/contrib/vt/vt/vtlib/vt_iowrap.h index ef3acd97ec..86b0639e7e 100644 --- a/ompi/contrib/vt/vt/vtlib/vt_iowrap.h +++ b/ompi/contrib/vt/vt/vtlib/vt_iowrap.h @@ -554,13 +554,13 @@ EXTERN int(*libc_fprintf)(FILE *, const char *, ...); else { \ fid = invalid_fd_fid; \ } \ - ioop |= VT_IOFLAG_IOFAILED; \ + vt_debug_msg(DBG_VT_CALL, "vt_ioend(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp %llu", (unsigned long long)time); \ + vt_ioend( &time, fid, handleid, ioop | VT_IOFLAG_IOFAILED, 0 ); \ } \ else { \ fid = vt_iofile_id(PATH); \ + vt_ioend( &time, fid, handleid, ioop, 0 ); \ } \ - vt_debug_msg(DBG_VT_CALL, "vt_ioend(" stringify(VT_IOWRAP_THISFUNCNAME) "), stamp %llu", (unsigned long long)time); \ - vt_ioend( &time, fid, handleid, ioop, 0 ); \ } \ vt_exit( &time ); \ if( enable_memhooks ) VT_MEMHOOKS_ON(); \