modbus: avoid enabling libmodbus's debug flag by default
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 25 Feb 2016 10:22:18 +0000 (11:22 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 25 Feb 2016 10:22:18 +0000 (11:22 +0100)
Having this enabled makes collectd's stdout and stderr very noisy. From
now on, only activate this flag when collectd is built with
--enable-debug.

Thanks to Eric Sandeen for mentioning this problem on IRC.


No differences found