From: Martin Ågren Date: Sat, 14 Nov 2020 08:43:26 +0000 (+0100) Subject: list-objects-filter-options: fix function name in BUG X-Git-Tag: v2.30.0-rc0~59^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a923bb1f0f1ba01f8845dd7dc78bb354e8c79bc;p=thirdparty%2Fgit.git list-objects-filter-options: fix function name in BUG Fix the function name we give in the BUG message. It's "config", not "choice". Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- diff --git a/list-objects-filter-options.c b/list-objects-filter-options.c index defd3dfd10..d2d1c81caf 100644 --- a/list-objects-filter-options.c +++ b/list-objects-filter-options.c @@ -35,7 +35,7 @@ const char *list_object_filter_config_name(enum list_objects_filter_choice c) /* not a real filter type; just the count of all filters */ break; } - BUG("list_object_filter_choice_name: invalid argument '%d'", c); + BUG("list_object_filter_config_name: invalid argument '%d'", c); } /*