Add instantiation Log Message
[aaf/cadi.git] / shiro / src / main / java / org / onap / aaf / cadi / shiro / AAFRealm.java
index 96af26e..3577c13 100644 (file)
@@ -80,6 +80,7 @@ public class AAFRealm extends AuthorizingRealm {
                                if(csv!=null) {
                                        try {
                                                mbc = new MapBathConverter(access, new CSV(csv));
+                                               access.printf(Level.INIT, "MapBathConversion enabled with file %s\n",csv);
                                        } catch (IOException e) {
                                                access.log(e);
                                        }