Fixing error log

This commit is contained in:
Rasika Perera 2017-12-18 17:04:36 +05:30
parent 2e7bd0626d
commit 08e40d3989

View File

@ -61,7 +61,7 @@ public class TenantCreateObserver extends AbstractAxis2ConfigurationContextObser
);
}
} 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 + ".");
}
}
}