fix log msg

This commit is contained in:
Kevin Hester committed 2021-03-24 13:24:00 +08:00
1 parent c0ef73ab61
commit b56b59fae1
1 file changed
+1 -1
+1 -1
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"""