Skip to content

Commit 7b9ec9f

Browse files
committed
naming
1 parent 4f8dc20 commit 7b9ec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bsnext_dto/src/internal_events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pub fn print_server_updates(evts: &[ChildResult]) -> Vec<String> {
115115
}
116116
for x in &child.route_change_set.added {
117117
lines.push(format!(
118-
"[patched] {} {:?}",
118+
"[added] {} {:?}",
119119
iden(&child.server_handler.identity),
120120
x
121121
));

0 commit comments

Comments
 (0)