fix: add missing text formatting
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user