diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2023-05-07 17:01:11 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2023-05-07 17:01:44 +0200 |
commit | 6d3ace1ea9561386bb89b0a3e66b881e8e7be5e4 (patch) | |
tree | 43516ae19dd1fc37ba0f745c91992c56e1dc390d /src/db/bin/convert.rs | |
parent | 1ecd88c01f0857139921214a264128e5639e31db (diff) | |
download | garage-6d3ace1ea9561386bb89b0a3e66b881e8e7be5e4.tar.gz garage-6d3ace1ea9561386bb89b0a3e66b881e8e7be5e4.zip |
Fix undefined macro warn! on 32-bit
Compiling garage_db v0.8.2 (garage-0.8.2/src/db)
error: cannot find macro `warn` in this scope
--> src/db/lmdb_adapter.rs:352:2
|
352 | warn!("LMDB is not recommended on 32-bit systems, database size will be limited");
| ^^^^
|
= help: consider importing this macro:
tracing::warn
= note: `warn` is in scope, but it is an attribute: `#[warn]`
error: could not compile `garage_db` due to previous error
Diffstat (limited to 'src/db/bin/convert.rs')
0 files changed, 0 insertions, 0 deletions