From 041981a731b79557796060c0ed16c255ff74af84 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Wed, 9 May 2012 06:22:09 +0000 Subject: [PATCH] elementary/config - more error info SVN revision: 70878 --- src/lib/elm_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 1931e0f..2dde64e 100644 --- a/src/lib/elm_config.c +++ b/src/lib/elm_config.c @@ -1141,7 +1141,7 @@ _elm_config_profile_save(void) ret = ecore_file_mv(buf2, buf); if (!ret) { - ERR("Error saving Elementary's configuration file"); + ERR("Error saving Elementary's configuration profile file"); goto err; } -- 2.7.4