mirror of
https://github.com/systemd/systemd.git
synced 2026-07-09 08:07:17 +00:00
It would be very wrong if any of the specfier printf calls modified any of the objects or data being printed. Let's mark all arguments as const (primarily to make it easier for the reader to see where modifications cannot occur).