2939c2939,2944 < manager_event(EVENT_FLAG_SYSTEM, "FullyBooted", "Status: Fully Booted\r\n"); --- > struct ast_str *auth = ast_str_alloca(80); > const char *cat_str = authority_to_str(EVENT_FLAG_SYSTEM, &auth); > astman_append(s, "Event: FullyBooted\r\n" > "Privilege: %s\r\n" > "Status: Fully Booted\r\n\r\n", > cat_str);