fix: add missing text formatting
This commit is contained in:
parent
1c40ec904b
commit
532d68fdff
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-07-13 15:57+0300\n"
|
||||
"POT-Creation-Date: 2024-07-13 16:14+0300\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user