fix: add missing text formatting

This commit is contained in:
ngn
2024-07-13 16:49:06 +03:00
parent 1c40ec904b
commit 532d68fdff
2 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,7 @@ int main(int argc, char *argv[]) {
while (NULL != pool) {
if (NULL == pool->host) {
log_error(_("Hostname not specified for pool, skipping: %s"));
log_error(_("Hostname not specified for pool, skipping: %s"), pool->name);
goto end;
}