Skip to content
Snippets Groups Projects
Commit e6bf59a3 authored by gpawel's avatar gpawel
Browse files

bugfix: another method

SVN: 24455
parent f1638e98
No related branches found
No related tags found
No related merge requests found
...@@ -201,7 +201,7 @@ class GeneralInformationServiceLogger extends AbstractServerLogger implements ...@@ -201,7 +201,7 @@ class GeneralInformationServiceLogger extends AbstractServerLogger implements
List<Experiment> experiments, EnumSet<Connections> connectionsToGet) List<Experiment> experiments, EnumSet<Connections> connectionsToGet)
{ {
logAccess(sessionToken, "list-data-sets-for-experiments", logAccess(sessionToken, "list-data-sets-for-experiments",
"EXPERIMENTS(%s) CONNECTIONS(%s)", experiments, connectionsToGet); "EXPERIMENTS(%s) CONNECTIONS(%s)", abbreviate(experiments), connectionsToGet);
return null; return null;
} }
} }
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