Skip to content

Commit

Permalink
style: used more compact error message text format. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonming authored Jan 15, 2019
1 parent aaf04e0 commit 32374a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/resty/memcached/shdict.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ function _M.gen_memc_methods (opts)
end

error_log(ctx, "failed to init ", tag, ": ", err,
', the dst ip is: ', memc_host,
', the dst port is: ', memc_port)
', dst: ', memc_host, ':', memc_port)
return nil
end

Expand Down

0 comments on commit 32374a1

Please sign in to comment.