Fix reference to log4jv2

This commit is contained in:
Patrick Trottier
2018-03-23 13:46:32 -04:00
committed by Mark H. Wood
parent bda4fa0ba7
commit 3b10caef0d

View File

@@ -466,7 +466,7 @@ public class EZIDIdentifierProviderTest
PrintWriter pw = new PrintWriter(sw); PrintWriter pw = new PrintWriter(sw);
ex.printStackTrace(pw); ex.printStackTrace(pw);
System.out.println(sw.toString()); System.out.println(sw.toString());
org.apache.logging.log4j.org.apache.logging.log4j.LogManager.getLogger(EZIDIdentifierProviderTest.class).fatal("Caught NPE", ex); org.apache.logging.log4j.LogManager.getLogger(EZIDIdentifierProviderTest.class).fatal("Caught NPE", ex);
throw ex; throw ex;
} }
} }