[epiphany/mcatanzaro/web-apps-again-again-again: 3/9] profile-utils: simplify debug output a bit
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/web-apps-again-again-again: 3/9] profile-utils: simplify debug output a bit
- Date: Fri, 24 May 2019 20:54:11 +0000 (UTC)
commit a42fd04f00ca95b11d8c25eadcdd3b2d8428a6d6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Fri May 24 13:55:48 2019 -0500
profile-utils: simplify debug output a bit
lib/ephy-profile-utils.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/lib/ephy-profile-utils.c b/lib/ephy-profile-utils.c
index bf525bf9f..f41c0fdf4 100644
--- a/lib/ephy-profile-utils.c
+++ b/lib/ephy-profile-utils.c
@@ -75,8 +75,7 @@ ephy_profile_utils_set_migration_version_for_profile_dir (int version,
result = g_file_set_contents (migrated_file, contents, -1, NULL);
if (result == FALSE)
- LOG ("Couldn't store migration version %d in %s (%s, %s)",
- version, migrated_file, profile_directory, PROFILE_MIGRATION_FILE);
+ LOG ("Couldn't store migration version %d in %s", version, migrated_file);
return result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]