[Webfunds-commits] java/webfunds/client/sox SOXServerStore.java

Ian Grigg iang@cypherpunks.ai
Thu, 13 Jul 2000 13:46:44 -0400 (AST)


iang        00/07/13 13:46:44

  Modified:    webfunds/client/sox SOXServerStore.java
  Log:
  removed print to stdout, made it logmsg

Revision  Changes    Path
1.9       +2 -2      java/webfunds/client/sox/SOXServerStore.java

Index: SOXServerStore.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/client/sox/SOXServerStore.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- SOXServerStore.java	2000/06/20 20:05:50	1.8
+++ SOXServerStore.java	2000/07/13 17:46:43	1.9
@@ -1,5 +1,5 @@
 /*
- * $Id: SOXServerStore.java,v 1.8 2000/06/20 20:05:50 gelderen Exp $
+ * $Id: SOXServerStore.java,v 1.9 2000/07/13 17:46:43 iang Exp $
  *
  * Copyright (c) 1995-2000 Systemics Inc. on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -70,7 +70,7 @@
         throws SOXIssuerException, SOXLaterException
     {
         Contract con = contracts.getContract(id);
-        System.out.println("Obtained contract: " + con);
+        logmsg("Obtained contract: " + con);
         return getIssuer(con) ;
     }