Skip to content

Commit c70fc5d

Browse files
Update crates/base/src/store.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent 18342df commit c70fc5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/base/src/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ impl AdapterStore {
136136
let bytes = execution_flow.encode_to_vec();
137137
let topic = format!("execution.{}", uuid);
138138
log::info!(
139-
"Requesting the exectition of the flow: {} with an execution id {}",
139+
"Requesting execution of flow {} with execution id {}",
140140
flow_id,
141141
uuid
142142
);

0 commit comments

Comments
 (0)