FDOPT_NOERRLOG
fd->options &= ~(FDOPT_NORETRY | FDOPT_NOERRLOG);
int printerror = (fd->options & FDOPT_NOERRLOG) == 0;
fdopts = FDOPT_NOERRLOG;