Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 11, 2024
1 parent 734cc4f commit a7d15df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl LmdbBackingStorage {
}
(true, false) => {
println!(
"WARNING: Persistent Caching versioning is disable. Manual removal of the \
"WARNING: Persistent Caching versioning is disabled. Manual removal of the \
persistent caching database might be required."
);
Some("version-disabled")
Expand Down

0 comments on commit a7d15df

Please sign in to comment.