Skip to content

Commit 1de72ff

Browse files
author
Ralph Castain
committed
Silence an unnecessary error log
Signed-off-by: Ralph Castain <[email protected]>
1 parent a7d42e5 commit 1de72ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opal/mca/pmix/pmix2x/pmix/src/dstore/pmix_esh.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,6 @@ static inline int _esh_dir_del(const char *path)
484484
dir = opendir(path);
485485
if (NULL == dir) {
486486
rc = PMIX_ERR_BAD_PARAM;
487-
PMIX_ERROR_LOG(rc);
488487
return rc;
489488
}
490489

0 commit comments

Comments
 (0)