config: use uppercase 'UUID' in debug message

pull/14/head
Peter Hutterer 2018-01-22 15:28:29 +10:00
parent e21f04bb8b
commit 645c7577fe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class TuhiConfig(GObject.Object):
assert is_btaddr(address)
assert len(uuid) == 12
logger.debug("{}: adding new config, uuid {}".format(address, uuid))
logger.debug("{}: adding new config, UUID {}".format(address, uuid))
path = os.path.join(ROOT_PATH, address)
try:
os.mkdir(path)