fix log msg

This commit is contained in:
Kevin Hester
2021-03-24 13:24:00 +08:00
parent c0ef73ab61
commit b56b59fae1

View File

@@ -202,7 +202,7 @@ class Node:
p.set_channel.CopyFrom(self.channels[channelIndex])
self._sendAdmin(p, adminIndex=adminIndex)
logging.debug("Wrote channel {channelIndex}")
logging.debug(f"Wrote channel {channelIndex}")
def deleteChannel(self, channelIndex):
"""Delete the specifed channelIndex and shift other channels up"""