Fix error message and mark previous change in ChangeLog
authorrui <rui@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Jan 2011 23:15:17 +0000 (23:15 +0000)
committerrui <rui@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 29 Jan 2011 23:15:17 +0000 (23:15 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56391 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

ChangeLog
src/lib/ecore_file/ecore_file_download.c

index 6568600..98e1745 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2011-01-29  Rui Miguel Silva Seabra
+
+        make https not fail (that's curl's responsibility, really).
+
 2011-01-29  Carsten Haitzler (The Rasterman)
 
         1.0.0 release
-        
+
 2011-01-29  Mike McCormack
 
         Convert fd list to inlist to save allocs
index 4b0a294..b2e82d6 100644 (file)
@@ -132,7 +132,7 @@ ecore_file_download(const char *url,
    free(dir);
    if (ecore_file_exists(dst))
      {
-       EINA_LOG_ERR("Parent of %s, %s, is not a directory", dst, dir);
+       EINA_LOG_ERR("%s already exists", dst);
        return EINA_FALSE;
      }