mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[libcalamares] Improve debug message while looking for gettext
This commit is contained in:
parent
422cd39c49
commit
aebe67fde7
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ gettext_path()
|
|||
return bp::object( localedir.toStdString() );
|
||||
}
|
||||
}
|
||||
cDebug() << " .. None found for" << candidateLanguages;
|
||||
cDebug() << " .. No translation found for languages" << candidateLanguages;
|
||||
return bp::object(); // None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue