Skip to content

Commit 9e3b620

Browse files
committed
Improve status update
1 parent 3f7ab2d commit 9e3b620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tmc-testmycode-client/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ impl TestMyCodeClient {
194194
)?;
195195
finish_stage(
196196
format!(
197-
"Submission finished, running at {0}",
197+
"Sent submission to server, running at {0}",
198198
result.show_submission_url
199199
),
200200
ClientUpdateData::PostedSubmission(result.clone()),

0 commit comments

Comments
 (0)