Skip to content

Commit 2ed1745

Browse files
committed
Make nfc uid log to info instead of debug
1 parent c8d4bcd commit 2ed1745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfc/nfc_poll.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def run( self ):
3636
rom = None
3737

3838
if uid:
39-
self.logger.debug( "Reading NFC UID: {}".format( uid ) )
39+
self.logger.info( "Reading NFC UID: {}".format( uid ) )
4040
rom = self.lookupCartridge( uid )
4141

4242
if rom:

0 commit comments

Comments
 (0)