Skip to content

Commit

Permalink
improve warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
publicarray committed Jul 16, 2023
1 parent f1e2dd8 commit 50f8009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async fn main() -> std::io::Result<()> {
//tsk = Some(temp_tsk);
pgp_key = Some(temp_key);
} else {
debug!("No signing key file found at: {}!", &*PGP_KEY_PATH);
warn!("No signing key file found at '{}'. SPK Sining is disabled!", &*PGP_KEY_PATH);
}

let (cache_r, raw_cache_w) = evmap::new();
Expand Down

0 comments on commit 50f8009

Please sign in to comment.