Skip to content

Commit baaa25d

Browse files
committed
chore: fix minor in log::debug
1 parent 737e4ac commit baaa25d

File tree

1 file changed

+1
-1
lines changed
  • pallets/subtensor/src/subnets

1 file changed

+1
-1
lines changed

pallets/subtensor/src/subnets/uids.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl<T: Config> Pallet<T> {
8181
// 1. Get the next uid. This is always equal to subnetwork_n.
8282
let next_uid: u16 = Self::get_subnetwork_n(netuid);
8383
log::debug!(
84-
"append_neuron( netuid: {netuid:?} | next_uid: {new_hotkey:?} | new_hotkey: {next_uid:?} ) "
84+
"append_neuron( netuid: {netuid:?} | next_uid: {next_uid:?} | new_hotkey: {new_hotkey:?} ) "
8585
);
8686

8787
// 2. Get and increase the uid count.

0 commit comments

Comments
 (0)