Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Mar 1, 2024
1 parent 98594de commit dfc8c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl RustSession {
Err(e) => {
error!("Cannot create session instance: {e}");
if tx_session.send(None).is_err() {
error!("Cannot setup session filenameinstance");
error!("Cannot setup session instance");
}
}
}
Expand Down

0 comments on commit dfc8c4c

Please sign in to comment.