Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 28ff9f6

Browse files
committed
2 parents 79c2087 + 9d3c4bf commit 28ff9f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tool/hpcrun/unwind/common/ui_tree.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ uw_recipe_map_lookup_ilmstat_btuwi_pair_helper(void *addr) {
249249
static void
250250
uw_recipe_map_delete_range(void* start, void* end)
251251
{
252-
// use EMSG to log this call.
253-
EMSG("uw_recipe_map_delete_range from %p to %p \n", start, end);
252+
TMSG(UITREE, "uw_recipe_map_delete_range from %p to %p", start, end);
254253
a2r_map_inrange_del_bulk_unsynch(addr2recipe_map, (uintptr_t)start, (uintptr_t)end - 1);
255254
}
256255

0 commit comments

Comments
 (0)