Skip to content

Commit 7c19280

Browse files
committed
show src info last
1 parent 21cb58a commit 7c19280

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/top/rerun/src/commands/rrd/merge_compact.rs

+5-5
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ fn merge_and_compact(
8989
};
9090

9191
re_log::info!(
92-
srcs = ?path_to_input_rrds,
93-
src_size_bytes = %file_size_to_string(rrds_in_size),
94-
dst = ?path_to_output_rrd,
9592
max_num_rows = %re_format::format_uint(store_config.chunk_max_rows),
9693
max_num_bytes = %re_format::format_bytes(store_config.chunk_max_bytes as _),
94+
dst = ?path_to_output_rrd,
95+
srcs = ?path_to_input_rrds,
96+
src_size_bytes = %file_size_to_string(rrds_in_size),
9797
"merge started"
9898
);
9999

@@ -169,12 +169,12 @@ fn merge_and_compact(
169169
};
170170

171171
re_log::info!(
172-
srcs = ?path_to_input_rrds,
173-
srcs_size_bytes = %file_size_to_string(rrds_in_size),
174172
dst = ?path_to_output_rrd,
175173
dst_size_bytes = %file_size_to_string(rrd_out_size),
176174
time = ?now.elapsed(),
177175
compaction_ratio,
176+
srcs = ?path_to_input_rrds,
177+
srcs_size_bytes = %file_size_to_string(rrds_in_size),
178178
"compaction finished"
179179
);
180180

0 commit comments

Comments
 (0)