cmlenz 2004/01/09 04:52:16
Modified: integration/ant/src/java/org/apache/cactus/integration/ant
CactusTask.java
Log:
Remove 'cactus.' prefix from log message which was printing out twice
Revision Changes Path
1.26 +3 -3
jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/CactusTask.java
Index: CactusTask.java
===================================================================
RCS file:
/home/cvs/jakarta-cactus/integration/ant/src/java/org/apache/cactus/integration/ant/CactusTask.java,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- CactusTask.java 25 Oct 2003 18:42:28 -0000 1.25
+++ CactusTask.java 9 Jan 2004 12:52:16 -0000 1.26
@@ -3,7 +3,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2003-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -355,7 +355,7 @@
*/
private void addCactusServerProperty(Variable theProperty)
{
- log("Adding Cactus server system property [cactus."
+ log("Adding Cactus server system property ["
+ theProperty.getKey() + "] with value ["
+ theProperty.getValue() + "]", Project.MSG_VERBOSE);
this.systemProperties.add(theProperty);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]