Changed log to have better information

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@133849 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-03 11:16:52 +00:00
parent b1d39fd0cc
commit 72343d684d
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class HeaderUtility {
}
}
} catch (Exception e) {
logger.error("Unable to retrieve user");
logger.error("Unable to retrieve user. {} will be used", creator);
}
header.setCreator(creator);