Index: Property.java
===================================================================
RCS file: /home/cvspublic/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Property.java,v
retrieving revision 1.15
diff -u -r1.15 Property.java
--- Property.java	2000/09/14 07:19:52	1.15
+++ Property.java	2000/09/15 21:02:08
@@ -124,7 +124,7 @@
 
     private void loadFile (File file) throws BuildException {
         Properties props = new Properties();
-        log("Loading " + name, Project.MSG_VERBOSE);
+        log("Loading " + file.getAbsolutePath(), Project.MSG_VERBOSE);
         try {
             if (file.exists()) {
                 props.load(new FileInputStream(file));
