[gnome-calendar] log: Increase prefix width



commit a2d15697d977a761c29ffdfe654ed0c16019f817
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Jun 23 19:13:20 2019 -0300

    log: Increase prefix width
    
    GcalCalendarManagementDialog is too wide and breaks the log
    layout, so increase the spacing to fit it.

 src/core/gcal-log.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/gcal-log.c b/src/core/gcal-log.c
index 0c1c4134..b734e78c 100644
--- a/src/core/gcal-log.c
+++ b/src/core/gcal-log.c
@@ -72,7 +72,7 @@ gcal_log_handler (const gchar    *domain,
   t = (time_t) tv.tv_sec;
   tt = *localtime (&t);
   strftime (ftime, sizeof (ftime), "%H:%M:%S", &tt);
-  buffer = g_strdup_printf ("%s.%04ld  %24s: %s: %s\n",
+  buffer = g_strdup_printf ("%s.%04ld  %28s: %s: %s\n",
                             ftime,
                             tv.tv_usec / 1000,
                             domain,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]