diff options
Diffstat (limited to 'rust/src')
-rw-r--r-- | rust/src/auth.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rust/src/auth.rs b/rust/src/auth.rs index a62c2f58..1f0a1193 100644 --- a/rust/src/auth.rs +++ b/rust/src/auth.rs @@ -298,7 +298,10 @@ impl AuthConfectionary { created = Some(ts); break; } else { - info!("couldn't parse macaroon time constraint: {}", caveat.predicate()); + info!( + "couldn't parse macaroon time constraint: {}", + caveat.predicate() + ); } } } |