Skip to content

Commit

Permalink
Add the forgotten entry to the parsing code. (#2572)
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik authored Oct 4, 2024
1 parent cf3f598 commit 417fef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions linera-client/src/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ example service:tcp:127.0.0.1:7878:table_do_my_test"
});
}
error!("available storage: memory");
#[cfg(feature = "storage-service")]
error!("Also available is linera-storage-service");
#[cfg(feature = "rocksdb")]
error!("Also available is RocksDB");
#[cfg(feature = "dynamodb")]
Expand Down

0 comments on commit 417fef7

Please sign in to comment.