Fixing error log

merge-requests/1/head
Rasika Perera 7 years ago
parent 2e7bd0626d
commit 08e40d3989

@ -61,7 +61,7 @@ public class TenantCreateObserver extends AbstractAxis2ConfigurationContextObser
); );
} }
} catch (UserStoreException e) { } catch (UserStoreException e) {
log.error("App manager configuration service is set to publisher bundle."); log.error("Error occurred while creating roles for the tenant: " + tenantDomain + ".");
} }
} }
} }
Loading…
Cancel
Save