Skip to content

Commit 18342df

Browse files
Update adapter/rest/src/route.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent ed79258 commit 18342df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapter/rest/src/route.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl IdentifiableFlow for RequestRoute {
6868
// Check if the request is matching
6969
match regex::Regex::new(regex_str) {
7070
Ok(regex) => {
71-
log::debug!("found a match for {}", regex_str);
71+
log::debug!("Successfully compiled regex: {}", regex_str);
7272
regex.is_match(&self.url)
7373
}
7474
Err(err) => {

0 commit comments

Comments
 (0)