OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-356-ga25912d
Gerrit Code Review
gerrit@openafs.org
Fri, 21 Jun 2024 17:33:51 -0400
The following commit has been merged in the master branch:
commit a25912df8d39d95ad2123265ee523db2b069d08c
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Thu Apr 1 00:51:26 2021 -0400
macos: AFSBackgrounder: report details of failed command
AFSBackgrounder function executeTask will execute a shell command
specified by its caller. If the command fails for any reason, the
following error message is logged:
"Task failed."
I think we can do better. Add the name of the command, the arguments,
and the status (code) to the log message:
"Task failed: <command> <args> status:<status>."
Change-Id: I41db8d1cd82c8e46ad447bc46fd3cd641e6294fb
Reviewed-on: https://gerrit.openafs.org/14588
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
src/platform/DARWIN/AFSPreference/TaskUtil.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
OpenAFS Master Repository