jadded a log at info when the workspace via shubis created for a user

master r5.0.0
Massimiliano Assante 3 years ago
parent f634c525ef
commit bf740de4f6

@ -74,6 +74,7 @@ public class WorkspaceCreateAccountThread implements Runnable {
StorageHubClient shc = new StorageHubClient();
try {
shc.createUserAccount(currentUsername);
_log.info("\n*** shub.createUserAccount done for " + currentUsername);
}
catch (UserNotAuthorizedException e) {
_log.error("shub.createUserAccount failed for "+username + " trying with super mega admin ...");

Loading…
Cancel
Save