mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
DS-2833: Fixing a log message in case a request Parameter is null.
This commit is contained in:
@@ -259,7 +259,7 @@ public class Util {
|
||||
// at least log this error to make debugging easier
|
||||
// do not silently return null only.
|
||||
log.warn("Unable to recoginze UUID from String \""
|
||||
+ val.trim() + "\". Will return null.", e);
|
||||
+ val + "\". Will return null.", e);
|
||||
// Problem with parameter
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user