Do not print >already configured< forever in debug mode.

pull/186/head
Fredrik Öhrström 2020-11-12 10:26:12 +01:00
rodzic b3ab49c090
commit dcb46566da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -541,7 +541,7 @@ void detect_and_configure_wmbus_devices(Configuration *config, DetectionType dt)
shared_ptr<SerialDevice> sd = serial_manager_->lookup(identifier);
if (sd != NULL)
{
debug("(main) command %s already configured\n", identifier.c_str());
trace("(main) command %s already configured\n", identifier.c_str());
specified_device.handled = true;
continue;
}