Skip to content
Snippets Groups Projects
Commit 7a611f95 authored by felmer's avatar felmer
Browse files

SYIMSB-316 fixed

SVN: 18373
parent 1a7c14e5
No related branches found
No related tags found
No related merge requests found
...@@ -175,7 +175,7 @@ final class ExternalDataDAO extends AbstractGenericEntityDAO<ExternalDataPE> imp ...@@ -175,7 +175,7 @@ final class ExternalDataDAO extends AbstractGenericEntityDAO<ExternalDataPE> imp
if (operationLog.isDebugEnabled()) if (operationLog.isDebugEnabled())
{ {
operationLog.debug(String.format( operationLog.debug(String.format(
"%d external data have been found for [experiment=%e].", list.size(), "%d external data have been found for [experiment=%s].", list.size(),
experiment)); experiment));
} }
return list; return list;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment