Author: dmeyer
Date: Fri Dec  1 14:22:52 2006
New Revision: 2140

Modified:
   trunk/beacon/src/db.py

Log:
be more verbose

Modified: trunk/beacon/src/db.py
==============================================================================
--- trunk/beacon/src/db.py      (original)
+++ trunk/beacon/src/db.py      Fri Dec  1 14:22:52 2006
@@ -687,7 +687,7 @@
             return create_file(c, media, isdir=True)
 
         if dirname == '/':
-            raise RuntimeError('media not found')
+            raise RuntimeError('media %s not found' % media)
 
         parent = self._get_dir(os.path.dirname(dirname), media)
         name = os.path.basename(dirname)

-------------------------------------------------------------------------
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