Skip to content

Commit

Permalink
#1300: vrt_coll: make debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Mar 5, 2021
1 parent 1c0e8bc commit 90206c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2755,9 +2755,9 @@ void CollectionManager::insert(

bool proceed_with_insertion = true;

vt_print(
vrt_coll, "insert: insert_node={}, mapped_node={}\n", insert_node,
mapped_node
vt_debug_print(
vrt_coll, node,
"insert: insert_node={}, mapped_node={}\n", insert_node, mapped_node
);

if (insert_node == this_node) {
Expand Down

0 comments on commit 90206c6

Please sign in to comment.