Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit b943efa

Browse files
committed
Merge pull request #1110 from nysal/patcher_printf
Remove a stray print statement
2 parents 4f26a90 + 0d30f33 commit b943efa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

opal/mca/patcher/base/patcher_base_patch.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@ int mca_patcher_base_patch_hook (mca_patcher_base_module_t *module, uintptr_t ho
146146
const unsigned int nop = 0x60000000;
147147
unsigned int *nop_addr;
148148

149-
fprintf (stderr, "Patching hook @ 0x%lx\n", hook_addr);
150-
151149
hook_patch = OBJ_NEW(mca_patcher_base_patch_t);
152150
if (OPAL_UNLIKELY(NULL == hook_patch)) {
153151
return OPAL_ERR_OUT_OF_RESOURCE;

0 commit comments

Comments
 (0)