X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-account-mgr.c;h=7fef539a4a9060c9f73aba2383a4fc7f86759de6;hp=a129e51aaf7db4d805795f3ad87ebdac27781a25;hb=40e92875620a12ce1d34126c9a9c6bce97b21e6c;hpb=d6c282667a2757dee78d6916b676efb9db1bd3f8 diff --git a/src/modest-account-mgr.c b/src/modest-account-mgr.c index a129e51..7fef539 100644 --- a/src/modest-account-mgr.c +++ b/src/modest-account-mgr.c @@ -488,7 +488,7 @@ modest_account_mgr_remove_account (ModestAccountMgr * self, g_return_val_if_fail (name, FALSE); if (!modest_account_mgr_account_exists (self, name, server_account)) { - g_printerr ("modest: account '%s' does not exist\n", name); + g_printerr ("modest: %s: account '%s' does not exist\n", __FUNCTION__, name); return FALSE; }