[libcalamares] Improve debug message while looking for gettext
This commit is contained in:
parent
422cd39c49
commit
aebe67fde7
@ -289,7 +289,7 @@ gettext_path()
|
|||||||
return bp::object( localedir.toStdString() );
|
return bp::object( localedir.toStdString() );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cDebug() << " .. None found for" << candidateLanguages;
|
cDebug() << " .. No translation found for languages" << candidateLanguages;
|
||||||
return bp::object(); // None
|
return bp::object(); // None
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user