X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fmenu.c;h=9e69f1934836e17c85025387d4073746005012a8;hp=b9701010de8ccb7de97417bf474d1eea2ff41b3d;hb=b9dad99b0c2d6031ed92e9fc84b7ab352a794455;hpb=3fca42f4136e83767565133088c35bd1e586901f diff --git a/config/menu.c b/config/menu.c index b970101..9e69f19 100644 --- a/config/menu.c +++ b/config/menu.c @@ -119,9 +119,10 @@ void menu_set_type(int type) sym->type = type; return; } - menu_warn(current_entry, "type of '%s' redefined from '%s' to '%s'", - sym->name ? sym->name : "", - sym_type_name(sym->type), sym_type_name(type)); + menu_warn(current_entry, + "ignoring type redefinition of '%s' from '%s' to '%s'", + sym->name ? sym->name : "", + sym_type_name(sym->type), sym_type_name(type)); } struct property *menu_add_prop(enum prop_type type, char *prompt, struct expr *expr, struct expr *dep)