Skip to content

Commit b5b71cb

Browse files
committed
Merge branch 'ma/list-object-filter-opt-msgfix'
Error message fix. * ma/list-object-filter-opt-msgfix: list-objects-filter-options: fix function name in BUG
2 parents d627bf6 + 5a923bb commit b5b71cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

list-objects-filter-options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const char *list_object_filter_config_name(enum list_objects_filter_choice c)
3535
/* not a real filter type; just the count of all filters */
3636
break;
3737
}
38-
BUG("list_object_filter_choice_name: invalid argument '%d'", c);
38+
BUG("list_object_filter_config_name: invalid argument '%d'", c);
3939
}
4040

4141
/*

0 commit comments

Comments
 (0)