Skip to content
Snippets Groups Projects
Commit d309f93d authored by rswindell's avatar rswindell
Browse files

Log database filename when initializing.

Added CVS $Id$ keyword.
parent 509d5749
Branches
Tags
No related merge requests found
/* $Id$ */
/* /*
JSON database - for Synchronet 3.15a+ (2011) JSON database - for Synchronet 3.15a+ (2011)
...@@ -699,7 +701,7 @@ function JSONdb (fileName, scope) { ...@@ -699,7 +701,7 @@ function JSONdb (fileName, scope) {
/* initialize autosave timer */ /* initialize autosave timer */
this.settings.LAST_SAVE = Date.now(); this.settings.LAST_SAVE = Date.now();
log(LOG_INFO,"database initialized (v" + this.VERSION + ")"); log(LOG_INFO,"database initialized (v" + this.VERSION + "): " + fileName);
}; };
/* schedule client for subscription and lock release */ /* schedule client for subscription and lock release */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment