aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r--addressbook/gui/component/addressbook-migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c
index 09d1a1af9f..f0e106e14c 100644
--- a/addressbook/gui/component/addressbook-migrate.c
+++ b/addressbook/gui/component/addressbook-migrate.c
@@ -1063,7 +1063,7 @@ migrate_pilot_data (const char *old_path, const char *new_path)
n = fsync (fd1);
if (n == -1) {
- g_warning ("Failed to migrate %s: %s", dent, strerror (errno));
+ g_warning ("Failed to migrate %s: %s", dent, g_strerror (errno));
g_unlink (filename);
}