elementary/config - more error info
authorChunEon Park <hermet@hermet.pe.kr>
Wed, 9 May 2012 06:22:09 +0000 (06:22 +0000)
committerChunEon Park <hermet@hermet.pe.kr>
Wed, 9 May 2012 06:22:09 +0000 (06:22 +0000)
SVN revision: 70878

src/lib/elm_config.c

index 1931e0f..2dde64e 100644 (file)
@@ -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;
      }