+ " is not in the whitelist", null);
reason.log(msgType, "whitelist: " + whiteListStr, null);
reason.log(msgType, "blacklist: " + blackListStr, null);
TreeLogger fix = header.branch(msgType, "To fix: add regex matching "
+ "URL to -whitelist command line argument", null);
fix.log(msgType, "Example: -whitelist \"" + whiteListStr + " " + hostRegex
+ "\"", null);
TreeLogger reject = header.branch(msgType,
"To reject automatically: add regex matching "
+ "URL to -blacklist command line argument", null);
reject.log(msgType, "Example: -blacklist \"" + blackListStr + " "