Skip to content
Snippets Groups Projects
Commit d68ae048 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5747 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 95dc8eeb
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ public class SshPSUClient extends Thread
if(ssh == null)
return;
logger4j.debug("RUN "+program);
logger4j.info("RUN "+program);
if(justProg)
runProgram();
......@@ -529,7 +529,7 @@ public class SshPSUClient extends Thread
}
catch(IOException exp)
{
logger4j.debug("NOT STARTED runProgram()");
logger4j.warn("NOT STARTED runProgram()");
if(System.getProperty("debug") != null)
{
exp.printStackTrace();
......
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