DEBUG log db location on startup
This commit is contained in:
parent
417c4f302e
commit
176d6c1efb
1 changed files with 2 additions and 2 deletions
4
bitbotd
4
bitbotd
|
@ -80,8 +80,8 @@ if not log_level:
|
||||||
|
|
||||||
log = Logging.Log(not args.no_logging, log_level, args.log_dir)
|
log = Logging.Log(not args.no_logging, log_level, args.log_dir)
|
||||||
|
|
||||||
log.info("Starting BitBot %s (Python v%s)",
|
log.info("Starting BitBot %s (Python v%s, db %s)",
|
||||||
[IRCBot.VERSION, platform.python_version()])
|
[IRCBot.VERSION, platform.python_version(), database_location])
|
||||||
|
|
||||||
lock_file = LockFile.LockFile(lock_location)
|
lock_file = LockFile.LockFile(lock_location)
|
||||||
if not lock_file.available():
|
if not lock_file.available():
|
||||||
|
|
Loading…
Reference in a new issue