Skip to content

Commit a125ffb

Browse files
committed
Updated text
1 parent dddf254 commit a125ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/code2text/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ fn gen_words(
222222
let mut v = data.lock().unwrap();
223223

224224
println!(
225-
"code2text: scanning finished gathered {} tokens for pool out of {} lines, generating words...",
225+
"code2text: scanning finished.\nGathered {} tokens for pool.\nText contained {} lines.\nNow generating words...",
226226
v.len(),
227227
num_lines
228228
);

0 commit comments

Comments
 (0)