[gnome-initial-setup/85-gnome-intial-setup-segfaults-possibly-due-to-locale-related-problems: 5/6] account: log path when reading picture fails



commit e2e374590096e9ef96eb97b01a37136d0fea98bd
Author: Will Thompson <will willthompson co uk>
Date:   Sun Nov 24 07:26:19 2019 +0000

    account: log path when reading picture fails

 gnome-initial-setup/pages/account/gis-account-page-local.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-local.c 
b/gnome-initial-setup/pages/account/gis-account-page-local.c
index effd075..b8bdf5e 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-local.c
+++ b/gnome-initial-setup/pages/account/gis-account-page-local.c
@@ -214,7 +214,7 @@ prepopulate_account_page (GisAccountPageLocal *page)
     stream = g_file_read (file, NULL, &error);
     if (!stream)
       {
-        g_warning ("Failed to read picture: %s", error->message);
+        g_warning ("Failed to read picture %s: %s", picture, error->message);
         g_error_free (error);
       }
     else


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