Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101127 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-10-29 10:54:19 +00:00
parent 672dc9e84e
commit efd24462a6
2 changed files with 2 additions and 2 deletions

View File

@ -4336,7 +4336,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
"Security exception, you haven't rights!");
} catch (Throwable e) {
e.printStackTrace();
throw new TDGWTServiceException("Error in JSON Export: "
throw new TDGWTServiceException("Error in CSV Export: "
+ e.getLocalizedMessage());
}

View File

@ -42,7 +42,7 @@ public class OpExecution4CSVExport extends OpExecutionBuilder {
@Override
public void buildOpEx() throws TDGWTServiceException {
logger.debug(csvExportSession.toString());
logger.debug("CSV Export: "+csvExportSession);
SessionUtil.setCSVExportEnd(session, false);