[sudo-commits] sudo changeset 13411:a1b99c8821ae

Todd C. Miller Todd.Miller at sudo.ws
Thu Aug 19 10:04:26 MDT 2021


changeset:	13411:a1b99c8821ae in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a1b99c8821ae
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Aug 19 09:44:11 2021 -0600

Log Message:
	Replace messages like "unknown foo: %s" with "unknown foo %s".
	The colon really doesn't belong there; we generally use a colon to
	separate a message from the warning detail.

diffstat:

 logsrvd/logsrvd_conf.c                      |   6 +++---
 plugins/sudoers/check.c                     |   6 +++---
 plugins/sudoers/cvtsudoers.c                |   2 +-
 plugins/sudoers/exptilde.c                  |   2 +-
 plugins/sudoers/iolog.c                     |   4 ++--
 plugins/sudoers/logging.c                   |   2 +-
 plugins/sudoers/mkdefaults                  |   2 +-
 plugins/sudoers/policy.c                    |   2 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c |   6 +++---
 plugins/sudoers/sudoers.c                   |  14 +++++++-------
 plugins/sudoers/testsudoers.c               |   6 +++---
 plugins/sudoers/tsdump.c                    |   2 +-
 12 files changed, 27 insertions(+), 27 deletions(-)



More information about the sudo-commits mailing list