RED
case RED:
fColor(RED),
message->AddInt32("color", RED);
item->SetMarked(color == RED);
poorman_log("can't create listener thread.\n", false, NULL, RED);
poorman_log(log.String(), true, &hc->client_addr, RED);
poorman_log("no web directory, can't start up.\n", false, NULL, RED);
const rgb_color RED = { 255, 0, 0, 255};
extern const rgb_color RED;
poorman_log(logString, true, &hc->client_addr, RED);
poorman_log(logString, true, &hc->client_addr, RED);
poorman_log("can't create socket.\n", false, NULL, RED);
poorman_log("can't bind to socket.\n", false, NULL, RED);
poorman_log("can't listen to socket.\n", false, NULL, RED);
console_set_color(RED, BLACK);