Batch upgrades for ONAP
[aaf/authz.git] / auth / auth-batch / src / main / java / org / onap / aaf / auth / update / ExpiringP2.java
index cab612e..dae6257 100644 (file)
@@ -141,7 +141,7 @@ public class ExpiringP2 extends Batch {
     
     @Override
     protected void _close(AuthzTrans trans) {
-        aspr.info("End " + this.getClass().getSimpleName() + " processing" );
+        trans.info().log("End",this.getClass().getSimpleName(),"processing" );
         for (Action<?,?,?> action : new Action<?,?,?>[] {urDelete,cacheTouch}) {
                 if (action instanceof ActionDAO) {
                     ((ActionDAO<?,?,?>)action).close(trans);