radicle: Fix log when delegate is not found
This commit is contained in:
parent
a496190198
commit
16560950ec
|
|
@ -72,7 +72,8 @@ impl Canonical {
|
|||
Err(e) if super::ext::is_not_found_err(&e) => {
|
||||
log::warn!(
|
||||
target: "radicle",
|
||||
"Missing `refs/namespaces/{delegate}/{name}` while calculating the canonical reference"
|
||||
"Missing `refs/namespaces/{}/{name}` while calculating the canonical reference",
|
||||
delegate.as_key()
|
||||
);
|
||||
}
|
||||
Err(e) => return Err(e),
|
||||
|
|
|
|||
Loading…
Reference in New Issue