mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +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.addHandler(handler)
|
||||||
mainLogger.setLevel(config.logLevel)
|
mainLogger.setLevel(config.logLevel)
|
||||||
|
|
||||||
|
logging.info("Starting brmdoor-libnfc")
|
||||||
|
|
||||||
ircMsgQueue = Queue.Queue()
|
ircMsgQueue = Queue.Queue()
|
||||||
ircThread = None
|
ircThread = None
|
||||||
openSwitchThread = None
|
openSwitchThread = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue