Skip to content

Commit 52f83bb

Browse files
catbro666pintsized
authored andcommitted
fix error message
1 parent 7624d20 commit 52f83bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resty/http_connect.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local openssl_available, res = xpcall(function()
1919
end, debug.traceback)
2020

2121
if not openssl_available then
22-
ngx_log(ngx_WARN, "failed to load module `resty.openssl.*`, mTLS isn't supported without lua-resty-openssl :\n", res)
22+
ngx_log(ngx_WARN, "failed to load module `resty.openssl.*`, mTLS isn't supported without lua-resty-openssl:\n", res)
2323
end
2424

2525
--[[

0 commit comments

Comments
 (0)