[epiphany] profile-migrator: Remove accepted error message



commit 418aa30cb7b2a6f9aa4f9ef93b5022ab9b99276c
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Sat Dec 7 12:38:28 2019 +0100

    profile-migrator: Remove accepted error message
    
    Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/944

 src/profile-migrator/ephy-profile-migrator.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c
index 87a35d043..a2de74121 100644
--- a/src/profile-migrator/ephy-profile-migrator.c
+++ b/src/profile-migrator/ephy-profile-migrator.c
@@ -1031,7 +1031,7 @@ move_directory_contents (const char *source_path,
     if (!g_file_move (source_file, dest_file, G_FILE_COPY_NONE, NULL, NULL, NULL, &error)) {
       g_autofree char *source_path = g_file_get_path (source_file);
       g_autofree char *dest_path = g_file_get_path (dest_file);
-      g_warning ("Failed to move %s to %s: %s", source_path, dest_path, error->message);
+      g_debug ("Failed to move %s to %s: %s", source_path, dest_path, error->message);
       return FALSE;
     }
   }


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