jadded a log at info when the workspace via shubis created for a user
This commit is contained in:
parent
f634c525ef
commit
bf740de4f6
|
@ -74,6 +74,7 @@ public class WorkspaceCreateAccountThread implements Runnable {
|
||||||
StorageHubClient shc = new StorageHubClient();
|
StorageHubClient shc = new StorageHubClient();
|
||||||
try {
|
try {
|
||||||
shc.createUserAccount(currentUsername);
|
shc.createUserAccount(currentUsername);
|
||||||
|
_log.info("\n*** shub.createUserAccount done for " + currentUsername);
|
||||||
}
|
}
|
||||||
catch (UserNotAuthorizedException e) {
|
catch (UserNotAuthorizedException e) {
|
||||||
_log.error("shub.createUserAccount failed for "+username + " trying with super mega admin ...");
|
_log.error("shub.createUserAccount failed for "+username + " trying with super mega admin ...");
|
||||||
|
|
Loading…
Reference in New Issue