Skip to content

Commit 2de8a43

Browse files
committed
test a hypothesis
1 parent 076393d commit 2de8a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rust/src/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub fn connect_client(
211211
runtime,
212212
}),
213213
Err(e) => {
214-
eprintln!("Error: {:?}", e);
214+
eprintln!("Error connecting to Temporal: {:?}", e);
215215
let err_message = e.to_string().into_bytes();
216216
Err(CArray::c_repr_of(err_message).unwrap())
217217
}

0 commit comments

Comments
 (0)