Change #278815
| Category | curl |
| Changed by | Alb3e3 <74142887+Alb3e3@users.noreply.github.com> |
| Changed at | Thu 20 Aug 2026 22:55:04 |
| Repository | https://github.com/curl/curl.git |
| Project | 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
- docs/cmdline-opts/silent.md
- src/tool_msgs.c
- tests/data/Makefile.am
- tests/data/test1740
- tests/data/test1741