Skip to content
Snippets Groups Projects
Commit 28e9fc18 authored by tpylak's avatar tpylak
Browse files

minor: better error message

SVN: 17262
parent 49326cff
No related branches found
No related tags found
No related merge requests found
......@@ -170,8 +170,8 @@ public class TabularDataGraphServlet extends AbstractDatasetDownloadServlet
} catch (Exception e)
{
printErrorResponse(response, "Invalid Request");
e.printStackTrace();
printErrorResponse(response, "Invalid Request");
}
}
......
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