chiark / gitweb /
pctb upload: _Do_ print a message to stderr (which ends up in the yohoho log) about...
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Fri, 27 Aug 2010 22:24:46 +0000 (23:24 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Fri, 27 Aug 2010 22:24:46 +0000 (23:24 +0100)
src/com/tedpearson/ypp/market/MarketUploader.java

index daafc10b8b10a248fae00a7ad507e2dbf56e6902..d8efac50a27d23dbcf5b84cff45ada8efabc99a3 100644 (file)
@@ -664,7 +664,7 @@ public class MarketUploader implements TopLevelWindowListener, GUIInitializedLis
                                        buySellCount[1]++;
                                }
                        } catch(IllegalArgumentException e) {
                                        buySellCount[1]++;
                                }
                        } catch(IllegalArgumentException e) {
-                               // System.err.println("Error: Unsupported Commodity \"" + offer.get(0) + "\"");
+                               System.err.println("Error: Unsupported Commodity \"" + offer.get(0) + "\"");
                        }
                }
                return buySellCount;
                        }
                }
                return buySellCount;