From a8e3c622928d4af3eee81729656f05717d6dd233 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 13 Mar 2012 01:44:55 +0000 Subject: modbuslog: fix syslog regression Introduced in 58bba2bc1f7da50109467a5ffd233b94623deac5 --- src/modbuslog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modbuslog.c b/src/modbuslog.c index 3b56290..8a9da3a 100644 --- a/src/modbuslog.c +++ b/src/modbuslog.c @@ -131,7 +131,7 @@ int main(int argc, char *argv[]) { } syslog(LOG_INFO, "MAC=[%s]", mac_address()); - syslog(LOG_INFO, "Serial Port=[%s]"); + syslog(LOG_INFO, "Serial Port=[%s]", modbus_device_address); syslog(LOG_INFO, "Serial Port Parameters=[%d %d %c %d]", modbus_baud_rate, modbus_data_bits, modbus_parity[0], modbus_stop_bits); -- cgit v1.2.3