log(LOG_WARN,"BandwidthRate is set to %d bytes/second. For servers, it must be at least %d.",(int)options->BandwidthRate,ROUTER_REQUIRED_MIN_BANDWIDTH*2);
log(LOG_NOTICE,"You have chosen a BandwidthBurst less than twice BandwidthRate. Please consider setting your BandwidthBurst higher (at least %d), to provide better service to the Tor network.",(int)(2*options->BandwidthRate));