Add debug statements to know which branch got triggered
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9f55b37f34
commit
a9a16c30bf
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ async fn hooks_inner(req: Request<Incoming>, secret: &str) -> Result<Hook, Error
|
||||||
}
|
}
|
||||||
|
|
||||||
// No match found for the payload
|
// No match found for the payload
|
||||||
|
debug!("Found no matching payload");
|
||||||
Err(Error::InvalidRequest)
|
Err(Error::InvalidRequest)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue