Commit 7c19280 1 parent 21cb58a commit 7c19280 Copy full SHA for 7c19280
File tree 1 file changed +5
-5
lines changed
crates/top/rerun/src/commands/rrd
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ fn merge_and_compact(
89
89
} ;
90
90
91
91
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,
95
92
max_num_rows = %re_format:: format_uint( store_config. chunk_max_rows) ,
96
93
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) ,
97
97
"merge started"
98
98
) ;
99
99
@@ -169,12 +169,12 @@ fn merge_and_compact(
169
169
} ;
170
170
171
171
re_log:: info!(
172
- srcs = ?path_to_input_rrds,
173
- srcs_size_bytes = %file_size_to_string( rrds_in_size) ,
174
172
dst = ?path_to_output_rrd,
175
173
dst_size_bytes = %file_size_to_string( rrd_out_size) ,
176
174
time = ?now. elapsed( ) ,
177
175
compaction_ratio,
176
+ srcs = ?path_to_input_rrds,
177
+ srcs_size_bytes = %file_size_to_string( rrds_in_size) ,
178
178
"compaction finished"
179
179
) ;
180
180
You can’t perform that action at this time.
0 commit comments