mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-30 12:55:19 -04:00
tests: Mention [systemd-]localed in debug messages, not "located"
This was not a typo for "located": the daemon is systemd-localed,
or localed for short.
Fixes: bb549168 "fix: cross typos, detail below"
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -172,13 +172,13 @@ test_langs_from_localed (void)
|
||||
|
||||
if (proxy == NULL)
|
||||
{
|
||||
g_test_skip ("Unable to communicate with located");
|
||||
g_test_skip ("Unable to communicate with localed");
|
||||
return;
|
||||
}
|
||||
|
||||
flatpak_get_locale_langs_from_localed_dbus (proxy, langs);
|
||||
|
||||
g_test_message ("Languages from located:");
|
||||
g_test_message ("Languages from localed:");
|
||||
|
||||
for (i = 0; i < langs->len; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user