Wow. I entered into ecore AUTHORS. Thanks!! ;-) On Tue, Nov 1, 2011 at 11:25 AM, Enlightenment SVN < [email protected]> wrote:
> Log: > From: Kim Yunhan <[email protected]> > 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. > > > > Author: raster > Date: 2011-10-31 19:25:14 -0700 (Mon, 31 Oct 2011) > New Revision: 64596 > Trac: http://trac.enlightenment.org/e/changeset/64596 > > Modified: > trunk/ecore/AUTHORS trunk/ecore/src/lib/ecore_con/ecore_con_url.c > > Modified: trunk/ecore/AUTHORS > =================================================================== > --- trunk/ecore/AUTHORS 2011-11-01 01:41:09 UTC (rev 64595) > +++ trunk/ecore/AUTHORS 2011-11-01 02:25:14 UTC (rev 64596) > @@ -44,3 +44,4 @@ > ChunEon Park <[email protected]> > [email protected] > Rafael Antognolli <[email protected]> > +Kim Yunhan <[email protected]> > > Modified: trunk/ecore/src/lib/ecore_con/ecore_con_url.c > =================================================================== > --- trunk/ecore/src/lib/ecore_con/ecore_con_url.c 2011-11-01 > 01:41:09 UTC (rev 64595) > +++ trunk/ecore/src/lib/ecore_con/ecore_con_url.c 2011-11-01 > 02:25:14 UTC (rev 64596) > @@ -355,6 +355,7 @@ > // FIXME: For an unknown reason, progress continue to arrive after > destruction > // this prevent any further call to the callback. > curl_easy_setopt(url_con->curl_easy, CURLOPT_PROGRESSFUNCTION, > NULL); > + curl_easy_setopt(url_con->curl_easy, CURLOPT_NOPROGRESS, > EINA_TRUE); > > if (url_con->active) > { > > > > ------------------------------------------------------------------------------ > RSA® Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ RSA® Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
