[Webfunds-commits] java/webfunds/util Armoury.java
Ian Grigg
iang@cypherpunks.ai
Thu, 12 Apr 2001 00:42:07 -0400 (AST)
iang 01/04/12 00:42:07
Modified: webfunds/util Armoury.java
Log:
new TAB
Revision Changes Path
1.34 +5 -3 java/webfunds/util/Armoury.java
Index: Armoury.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/util/Armoury.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- Armoury.java 2001/04/02 02:22:43 1.33
+++ Armoury.java 2001/04/12 04:42:06 1.34
@@ -1,4 +1,4 @@
-/* $Id: Armoury.java,v 1.33 2001/04/02 02:22:43 iang Exp $
+/* $Id: Armoury.java,v 1.34 2001/04/12 04:42:06 iang Exp $
*
* Copyright (c) 1995-2001 Systemics Inc. on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -45,7 +45,7 @@
* <p>
* See Base64Coder for details on how Base64 works.
*
- * @version $Revision: 1.33 $
+ * @version $Revision: 1.34 $
*/
public abstract class Armoury
{
@@ -85,9 +85,11 @@
return "line == " + linecount;
}
+ static private final String TAB = " ";
+
static void logmsg(String s)
{
- System.err.println(" Armoury: " + s);
+ System.err.println(TAB + "Armoury: " + s);
}
/**