Skip to content

Commit d7c3bde

Browse files
authored
Update README.md
1 parent e453ed1 commit d7c3bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ using HTTP
363363

364364
function not_HTTP_message_filter(log)
365365
# HTTP.jl utilizes internal modules so call parentmodule(...)
366-
parentmodule(log._module) !== HTTP
366+
log.module !== HTTP && parentmodule(log._module) !== HTTP
367367
end
368368

369369
global_logger(EarlyFilteredLogger(not_HTTP_message_filter, global_logger()))

0 commit comments

Comments
 (0)