Fix error message and mark previous change in ChangeLog

SVN revision: 56391
This commit is contained in:
Rui Seabra 2011-01-29 23:15:17 +00:00
parent bc85d09f19
commit 02b46306bf
2 changed files with 6 additions and 2 deletions

View File

@ -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

View 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;
}