Commit efb5f655 authored by claes's avatar claes

*** empty log message ***

parent 36ed3ddd
...@@ -86,7 +86,7 @@ System.out.println( "qcom put finished"); ...@@ -86,7 +86,7 @@ System.out.println( "qcom put finished");
Cli cli = new Cli( cliTable); Cli cli = new Cli( cliTable);
String command = cli.parse( cmd); String command = cli.parse( cmd);
if (cli.oddSts()) { if (cli.oddSts()) {
System.out.println("JopSpider1 : " + command);
if ( command.equals("OPEN")) { if ( command.equals("OPEN")) {
if ( cli.qualifierFound("cli_arg1")) { if ( cli.qualifierFound("cli_arg1")) {
...@@ -333,6 +333,9 @@ System.out.println( "qcom put finished"); ...@@ -333,6 +333,9 @@ System.out.println( "qcom put finished");
} }
} }
} }
else
System.out.println( "JopSpider: Pasre error " + cli.getStsString());
if ( !local_cmd) { if ( !local_cmd) {
// Send to xtt // Send to xtt
if ( qcom != null) { if ( qcom != null) {
...@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start"); ...@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start");
// Replace any URL symbol // Replace any URL symbol
name = replaceUrlSymbol( session, name); name = replaceUrlSymbol( session, name);
try { try {
String url_str; String url_str;
if ( name.substring(0,5).equals("http:")) { if ( name.substring(0,5).equals("http:")) {
......
...@@ -86,7 +86,7 @@ System.out.println( "qcom put finished"); ...@@ -86,7 +86,7 @@ System.out.println( "qcom put finished");
Cli cli = new Cli( cliTable); Cli cli = new Cli( cliTable);
String command = cli.parse( cmd); String command = cli.parse( cmd);
if (cli.oddSts()) { if (cli.oddSts()) {
System.out.println("JopSpider1 : " + command);
if ( command.equals("OPEN")) { if ( command.equals("OPEN")) {
if ( cli.qualifierFound("cli_arg1")) { if ( cli.qualifierFound("cli_arg1")) {
...@@ -333,6 +333,9 @@ System.out.println( "qcom put finished"); ...@@ -333,6 +333,9 @@ System.out.println( "qcom put finished");
} }
} }
} }
else
System.out.println( "JopSpider: Pasre error " + cli.getStsString());
if ( !local_cmd) { if ( !local_cmd) {
// Send to xtt // Send to xtt
if ( qcom != null) { if ( qcom != null) {
...@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start"); ...@@ -465,7 +468,6 @@ System.out.println( "JopSpiderCmd start");
// Replace any URL symbol // Replace any URL symbol
name = replaceUrlSymbol( session, name); name = replaceUrlSymbol( session, name);
try { try {
String url_str; String url_str;
if ( name.substring(0,5).equals("http:")) { if ( name.substring(0,5).equals("http:")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment