Skip to content

Commit

Permalink
upipe_http_src: decrease log level
Browse files Browse the repository at this point in the history
  • Loading branch information
quarium authored and cmassiot committed Sep 6, 2024
1 parent 44e0c9c commit b55b2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/upipe-modules/upipe_http_source.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int upipe_http_src_throw_scheme_hook(struct upipe *upipe,
{
const char *scheme = "(none)";
uref_uri_get_scheme(flow_def, &scheme);
upipe_notice_va(upipe, "throw scheme hook for %s", scheme);
upipe_verbose_va(upipe, "throw scheme hook for %s", scheme);
return upipe_throw(upipe, UPROBE_HTTP_SRC_SCHEME_HOOK,
UPIPE_HTTP_SRC_SIGNATURE, flow_def, hook);
}
Expand Down

0 comments on commit b55b2a5

Please sign in to comment.