Skip to content

Commit 1ff7965

Browse files
committed
patcher: remove debug fprintf
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 581e47c commit 1ff7965

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
@@ -157,8 +157,6 @@ int mca_patcher_base_patch_hook (mca_patcher_base_module_t *module, uintptr_t ho
157157
const unsigned int nop = 0x60000000;
158158
unsigned int *nop_addr;
159159

160-
fprintf (stderr, "Patching hook @ 0x%lx\n", hook_addr);
161-
162160
hook_patch = OBJ_NEW(mca_patcher_base_patch_t);
163161
if (OPAL_UNLIKELY(NULL == hook_patch)) {
164162
return OPAL_ERR_OUT_OF_RESOURCE;

0 commit comments

Comments
 (0)