Skip to content

Don't add redundant quotes with escaped() in log messages.

Nick Mathewson requested to merge nickm/tor:bug22723 into main

The escaped() function and its kin already wrap their output in quotes: there's no reason to do so twice.

I am NOT making a corresponding change in calls that make the same mistake in controller-related functions, however, due to the risk of a compatibility break. :(

Closes #22723 (closed).

Merge request reports