summaryrefslogtreecommitdiff
path: root/gui/gdmlogin.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gdmlogin.c')
-rw-r--r--gui/gdmlogin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gdmlogin.c b/gui/gdmlogin.c
index c047d894..35319a35 100644
--- a/gui/gdmlogin.c
+++ b/gui/gdmlogin.c
@@ -539,7 +539,7 @@ gdm_parse_enriched_string (const gchar *s)
return buffer;
}
- if (strlen (s) > 1023) {
+ if (strlen (s) > 2048) {
syslog (LOG_ERR, _("gdm_parse_enriched_string: String too long!"));
g_free (display);
buffer = g_strdup_printf (_("Welcome to %s"), hostname);