Author: dmeyer
Date: Fri Aug 24 14:46:01 2007
New Revision: 2786
Log:
add db file path to info
Modified:
trunk/base/src/db.py
Modified: trunk/base/src/db.py
==============================================================================
--- trunk/base/src/db.py (original)
+++ trunk/base/src/db.py Fri Aug 24 14:46:01 2007
@@ -1284,6 +1284,7 @@
row = self._db_query_row("SELECT COUNT(*) FROM words")
info["wordcount"] = int(row[0])
+ info["file"] = self._dbfile
return info
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog