Skip to content

Commit 21cb4d1

Browse files
committed
Add additonal logging for add_code_path_to_node call
1 parent 6f533d8 commit 21cb4d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rabbit_ct_broker_helpers.erl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,9 @@ add_code_path_to_node(Node, Module) ->
14391439
_ ->
14401440
case rpc:call(Node, code, get_path, []) of
14411441
ExistingPaths when is_list(ExistingPaths) ->
1442+
ct:pal(?LOW_IMPORTANCE,
1443+
"Attempting to add ~p to the code paths ~p on node ~s~n",
1444+
[Paths, ExistingPaths, Node]),
14421445
lists:foreach(
14431446
fun(P) ->
14441447
case lists:member(P, ExistingPaths) of

0 commit comments

Comments
 (0)