Fix undefined macro warn! on 32-bit #562

Merged
lx merged 1 commits from jirutka/garage:fix-undefined-warn into main 2023-05-09 08:52:11 +00:00
Contributor
   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
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
jirutka added 1 commit 2023-05-07 15:02:38 +00:00
continuous-integration/drone/pr Build is passing Details
6d3ace1ea9
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
lx merged commit 14c50f2f84 into main 2023-05-09 08:52:11 +00:00
Sign in to join this conversation.
No description provided.