Author: dmeyer
Date: Sat Dec  9 18:09:55 2006
New Revision: 2193

Modified:
   trunk/beacon/src/file.py

Log:
be more verbose

Modified: trunk/beacon/src/file.py
==============================================================================
--- trunk/beacon/src/file.py    (original)
+++ trunk/beacon/src/file.py    Sat Dec  9 18:09:55 2006
@@ -211,6 +211,8 @@
         str = '<beacon.File %s' % self.filename
         if self._beacon_data.get('mtime') == None:
             str += ' (new)'
+        else:
+            str += ' (type=%s)' % self._beacon_data.get('type')
         return str + '>'
 
 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to