Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #278814

Category None
Changed by Alb3e3 <74142887+Alb3e3ohnoyoudont@users.noreply.github.com>
Changed at Thu 20 Aug 2026 22:55:04
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 74b732f63792317a9ca8ad7877729cad445bc985

Comments

tool_msgs: make notef() respect --silent

Until 8.17.0 the --silent check lived in voutf(), so it covered every
message type that went through it. 56450ce26f moved that check out to
the callers so that errorf() could honour --show-error, and warnf() and
errorf() got the check back, but notef() did not. Since then "Note:"
messages have been printed even with --silent, as long as tracing was
on.

Reported-by: Jace Laquerre
Fixes #22623
Closes #22625

Changed files