Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SudoMain : Non constant string as argument to info logging call
from log.info(String.format("%n%n%s", SQL_INVALID_AUTHORIZATION_SPEC_EXCEPTION.getLogBackMessage())); to log.info("\n\n{}", SQL_INVALID_AUTHORIZATION_SPEC_EXCEPTION.getLogBackMessage());
- Loading branch information