diff options
| author | 2019-10-17 13:42:00 +0100 | |
|---|---|---|
| committer | 2019-10-17 13:42:00 +0100 | |
| commit | 176d6c1efb6deced1586b23cb05417244639864d (patch) | |
| tree | 96547edfc1ccf0227cf3614bfa1e297e5644dfc6 /bitbotd | |
| parent | default to using a "data directory" for bitbot (~/.bitbot/) (diff) | |
| signature | ||
DEBUG log db location on startup
Diffstat (limited to 'bitbotd')
| -rwxr-xr-x | bitbotd | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -80,8 +80,8 @@ if not log_level: log = Logging.Log(not args.no_logging, log_level, args.log_dir) -log.info("Starting BitBot %s (Python v%s)", - [IRCBot.VERSION, platform.python_version()]) +log.info("Starting BitBot %s (Python v%s, db %s)", + [IRCBot.VERSION, platform.python_version(), database_location]) lock_file = LockFile.LockFile(lock_location) if not lock_file.available(): |
