Skip to content

Commit

Permalink
refactor: rewrite log message
Browse files Browse the repository at this point in the history
  • Loading branch information
satler-git committed Dec 21, 2024
1 parent 1484281 commit 4eac3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/etymora/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl Etymora {

if word.is_none() | self.dict.is_none() {
// ワードがない場合はなにもなく返す
info!("No word found");
info!("No word or dictionary found");
return Ok(None);
}

Expand Down

0 comments on commit 4eac3e4

Please sign in to comment.