[gnome-builder] logging: increase domain string width



commit bc73f6a9d0744d3e40b6730bcc7136374c4d4e57
Author: Christian Hergert <chergert redhat com>
Date:   Tue Mar 7 20:53:23 2017 -0800

    logging: increase domain string width

 libide/logging/ide-log.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/logging/ide-log.c b/libide/logging/ide-log.c
index 99c7f01..6a9431e 100644
--- a/libide/logging/ide-log.c
+++ b/libide/logging/ide-log.c
@@ -179,7 +179,7 @@ ide_log_handler (const gchar    *log_domain,
       t = (time_t) tv.tv_sec;
       tt = *localtime (&t);
       strftime (ftime, sizeof (ftime), "%H:%M:%S", &tt);
-      buffer = g_strdup_printf ("%s.%04ld  %30s[%d]: %s: %s\n",
+      buffer = g_strdup_printf ("%s.%04ld  %40s[%d]: %s: %s\n",
                                 ftime,
                                 tv.tv_usec / 1000,
                                 log_domain,


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