From f4cb97b709db829c422a96408831885c0ead47d4 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Wed, 25 Mar 2015 17:50:54 -0600 Subject: [PATCH] comm_serial: fix baud rate change logging --- artiq/coredevice/comm_serial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/comm_serial.py b/artiq/coredevice/comm_serial.py index 3d94f7a37..e10113fdf 100644 --- a/artiq/coredevice/comm_serial.py +++ b/artiq/coredevice/comm_serial.py @@ -75,7 +75,7 @@ class Comm(AutoDB): def set_baud(self, baud): self.port.baudrate = baud self.port.flush() - logger.debug("baud rate set to".format(baud)) + logger.debug("baud rate set to {}".format(baud)) def set_remote_baud(self, baud): _write_exactly(self.port, struct.pack(