Change to fmt::

This commit is contained in:
stephb9959
2022-03-23 16:05:50 -07:00
parent 55d320b4d0
commit 6337f6e61a
29 changed files with 325 additions and 304 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenWifi {
}
} else {
Logger_.error(
Poco::format("DEVICE(%s): device in select cannot be found.", i));
fmt::format("DEVICE({}): device in select cannot be found.", i));
}
}
if (deviceWithStatus)