private void warnIfUnmatchedOptions() {
   if (!unmatchedProcessorOptions.isEmpty()) {
     log.warning("proc.unmatched.processor.options", unmatchedProcessorOptions.toString());
   }
 }