checking message

This commit is contained in:
Nirothipan 2017-08-30 16:50:26 +05:30
parent 9d3b2ebf42
commit 955fe4b4b5

View File

@ -562,7 +562,7 @@ public class UserManagementServiceImpl implements UserManagementService {
}
} catch (DeviceManagementException e) {
String msg = "Error occurred while inviting user to enrol their device";
if (e.getMessage() != null) {
if (e.getMessage() != null && !e.getMessage().isEmpty()) {
msg = e.getMessage();
}
log.error(msg, e);