mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +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
|
// at least log this error to make debugging easier
|
||||||
// do not silently return null only.
|
// do not silently return null only.
|
||||||
log.warn("Unable to recoginze UUID from String \""
|
log.warn("Unable to recoginze UUID from String \""
|
||||||
+ val.trim() + "\". Will return null.", e);
|
+ val + "\". Will return null.", e);
|
||||||
// Problem with parameter
|
// Problem with parameter
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user