Fixed the description of the errors

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@169989 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-07-30 14:23:31 +00:00
parent e744bd2a93
commit f816b22316
1 changed files with 2 additions and 2 deletions

View File

@ -452,8 +452,8 @@ public class DataMinerManagerController {
EventBusProvider.INSTANCE.fireEvent(new SessionExpiredEvent());
} else {
UtilsGXT3.alert("Error",
"Error retrieving operators classification! " + caught.getLocalizedMessage());
Log.error("Error retrieving operators classification: " + caught.getLocalizedMessage());
"The VRE currently has problems loading all required operators. We apologize for this inconvenience.");
Log.error("The VRE currently has problems loading all required operators. We apologize for this inconvenience: " + caught.getLocalizedMessage());
caught.printStackTrace();
}
}