Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2026-04-11 10:39:53 +02:00
committed by GitHub
parent df608f1d75
commit 305fecd361
@@ -66,6 +66,7 @@ public class SystemInfoDiscoveryService extends AbstractDiscoveryService {
}
} catch (UnknownHostException ex) {
hostname = DEFAULT_THING_ID;
logger.debug("Hostname cannot be resolved. Computer name will be set to the default one: {}",
DEFAULT_THING_ID);
}