mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 08:04:06 +02:00
Start message in log
This commit is contained in:
parent
cbe1292526
commit
aa6e0d10e4
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ if __name__ == "__main__":
|
|||
mainLogger.addHandler(handler)
|
||||
mainLogger.setLevel(config.logLevel)
|
||||
|
||||
logging.info("Starting brmdoor-libnfc")
|
||||
|
||||
ircMsgQueue = Queue.Queue()
|
||||
ircThread = None
|
||||
openSwitchThread = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue