From: Kim Yunhan <spbear@gmail.com>
authorKim Yunhan <spbear@gmail.com>
Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Tue, 1 Nov 2011 02:25:14 +0000 (02:25 +0000)
commit262bf8d46392c9ddbd1b9da0b2c897fc22ff5ab2
tree04e82c4f082a2493b83fa7a9de904f8d305f6c0a
parentf96e6778472530e1b5923a1e907f9fe36dca889e
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.

SVN revision: 64596
legacy/ecore/AUTHORS
legacy/ecore/src/lib/ecore_con/ecore_con_url.c