tor/changes/log-quotes
Nick Mathewson 0eb21427c9 Don't add redundant quotes with escaped() in log messages.
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.
2022-06-16 14:35:38 -04:00

4 lines
142 B
Plaintext

o Minor bugfixes (logging):
- Avoid ""double-quoting"" strings in several log messages.
Fixes bug 22723; bugfix on 0.1.2.2-alpha.