minor log message

This commit is contained in:
Michael Davidsaver
2019-02-19 11:10:13 -08:00
parent 22622e91a9
commit 37cb765ed5

View File

@@ -656,7 +656,7 @@ void initializeUDPTransports(bool serverFlag,
if (list.empty()) {
LOG(logLevelError,
"No broadcast addresses found or specified - empty address list!");
"No %s broadcast addresses found or specified - empty address list!", serverFlag ? "server" : "client");
}
for (size_t i = 0; i < list.size(); i++) {