From: Kim Yunhan <spbear@gmail.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)
commitf2489898527836cb496df0d4860b9e66d7d48fc1
tree3493ef1e92eb9c65a249ff03f9009cfb87292ff2
parente34c5e7fbfe72132d116b30d77ffc1d1f7a095c5
From: Kim Yunhan <spbear@gmail.com>
Subject: [E-devel] Small patch with ecore_con_url.

When I tested with elementary map, there is too many logs on console.
It makes me difficult to distinguish normal logs that I want to debug.
:'-(
It's libcurl's internal log for representing progress bar like this.

-----
downloaded : 343 / 363
  % Total    % Received % Xferd  Average Speed   Time    Time     Time
   Current
                                    Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 362
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 343 / 361
    % Total    % Received % Xferd  Average Speed   Time    Time     Time
     Current
                                      Dload  Upload   Total   Spent
Left
 Speed
   0     0    0     0    0     0      0      0 --:--:-- --:--:--
--:--:--
  0
  downloaded : 344 / 365
  downloaded : 345 / 365
  downloaded : 346 / 365
  downloaded : 347 / 365
  -----

  So, I want to remove this log.
  And I look around ecore_con_url's code.
  Then I found solution for it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@64596 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
AUTHORS
src/lib/ecore_con/ecore_con_url.c