chiark / gitweb /
pctb: print output from server to stderr too
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 4 Sep 2010 15:12:25 +0000 (16:12 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sat, 4 Sep 2010 15:12:25 +0000 (16:12 +0100)
src/com/tedpearson/ypp/market/MarketUploader.java

index e09a8760e65c5754601686046ad37f17c454399c..790ecdbac6e7ac66d5c4967c4c21c2dd8cb6290e 100644 (file)
@@ -361,7 +361,7 @@ public class MarketUploader implements TopLevelWindowListener, GUIInitializedLis
                        html = m.replaceAll(" ");
                }
                String whole_msg = "<html><h1>Error</h1>"+msg+"<h1>PCTB Server said:</h1><blockquote>"+html+"</blockquote>";
-               //System.err.println("###" + whole_msg + "###");
+               System.err.println("###" + whole_msg + "###");
 
                JOptionPane.showMessageDialog(frame,whole_msg,"Error",JOptionPane.ERROR_MESSAGE);
        }