]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix doc/debug-messages.dox generation (#871)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Fri, 30 Jul 2021 16:11:08 +0000 (16:11 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 31 Jul 2021 15:31:19 +0000 (15:31 +0000)
commita80e3b44795bc9647857fc47d155a01b3f1a41dd
treeae7376a0f40ff04b49fd0cdae62f45182e0932f0
parent0c6f7c33d6476e380b1ff6ef128d617c9f04e0ae
Fix doc/debug-messages.dox generation (#871)

cache_log_message ID 62 was missing from doc/debug-messages.dox because
the code generating that file did not recognize debugs() statements with
Critical() or Important() macro inside a conditional operator.

Also fixed a related sed regex: sed does not support non-greedy matches.

No runtime functionality changes.
doc/debug-messages.dox
scripts/source-maintenance.sh