Mercurial > dillo_port1.3
changeset 2099:ffc58a024f5e
silenced a lingering debug MSG
author | Jorge Arellano Cid <jcid@dillo.org> |
---|---|
date | Sa, 18 Jun 2011 13:10:40 -0400 |
parents | 092bbfdbd6d5 |
children | 37b9b17dc324 |
files | src/html.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/html.cc Sa Jun 18 10:07:29 2011 -0400 +++ b/src/html.cc Sa Jun 18 13:10:40 2011 -0400 @@ -3032,7 +3032,7 @@ !(url = a_Html_url_new(html, attrbuf, NULL, 0))) return; - MSG(" Html_tag_open_link(): addCssUrl %s\n", URL_STR(url)); + _MSG(" Html_tag_open_link(): addCssUrl %s\n", URL_STR(url)); html->addCssUrl(url); a_Url_free(url);