Fix missing space in warning message.

This commit is contained in:
John Ralls
2020-11-29 10:59:25 -08:00
parent 4006e5a488
commit 7a8a0f40b1

View File

@@ -61,7 +61,7 @@ gnc_get_locale()
char* locale = g_strdup(setlocale(LC_ALL, ""));
g_log(G_LOG_DOMAIN, G_LOG_LEVEL_WARNING,
"Failed to create C++ default locale from"
"Failed to create C++ default locale from "
"%s because %s. Using the 'C' locale for C++.",
locale, err.what());
g_free(locale);