Skip to content
  • David Fifield's avatar
    Move handling of -ice option into main. · 0c02af35
    David Fifield authored
    Rather than having it happen as a side effect of flag parsing.
    
    Having it happen as a side effect of flag parsing caused log messages
    related to handling the option (e.g. "IceServerList:") to always go to
    stderr, despite the presence of a -log option. This is because the
    requested log file had not been opened yet.
    0c02af35