Skip to content

Commit

Permalink
slog import path
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Mar 21, 2024
1 parent 20c9e69 commit c399dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use async_trait::async_trait;
use camino::{Utf8Path, Utf8PathBuf};
use serde::{de::DeserializeOwned, Serialize};
use slog::{debug, info, warn, Logger};
use slog::{debug, error, info, warn, Logger};

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down

0 comments on commit c399dcb

Please sign in to comment.