Skip to content

Commit cef595c

Browse files
committed
Typo
1 parent 869f259 commit cef595c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_consistent_hash_exchange/src/rabbit_db_ch_exchange_m2k_converter.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ delete_from_khepri(?HASH_RING_STATE_TABLE = Table, Key,
8181
"Mnesia->Khepri data delete: [~0p] key: ~0p",
8282
[Table, Key],
8383
#{domain => ?KMM_M2K_TABLE_COPY_LOG_DOMAIN}),
84-
Path = rabbit_db_vhost:khepri_consistent_hash_path(Key),
84+
Path = rabbit_db_ch_exchange:khepri_consistent_hash_path(Key),
8585
?LOG_DEBUG(
8686
"Mnesia->Khepri data delete: [~0p] path: ~0p",
8787
[Table, Path],

0 commit comments

Comments
 (0)