--- lbbs/src/menu.c 2025/05/08 08:05:58 1.31 +++ lbbs/src/menu.c 2025/05/08 09:06:03 1.32 @@ -306,7 +306,7 @@ int load_menu(MENU_SET *p_menu_set, cons q = strtok_r(NULL, MENU_CONF_DELIM_WITHOUT_SPACE, &saveptr); if (q == NULL || (q = strchr(q, '\"')) == NULL) { - log_error("Error #1 menu item text in menu config line %d\n", fin_line); + log_error("Error menu item text in menu config line %d\n", fin_line); return -1; } q++;