aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-02 14:46:07 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-02 14:46:07 -0300
commiteee45b791c3d54a3f8c01bbfe69f5fdbda9cddf2 (patch)
tree9d329c912cc2e22ffc47db97101703d5c719271b /src/html.cc
parent9783b0f015c4437f1c3c457caacaecadc06ae644 (diff)
[mq]: dicache-cleanup6
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc
index 6454d6df..284e1a6a 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -1600,7 +1600,7 @@ static void Html_tag_open_head(DilloHtml *html, const char *tag, int tagsize)
static void Html_tag_close_head(DilloHtml *html, int TagIdx)
{
if (html->InFlags & IN_HEAD) {
- MSG("Closing HEAD section\n");
+ _MSG("Closing HEAD section\n");
if (html->Num_TITLE == 0)
BUG_MSG("HEAD section lacks the TITLE element\n");
@@ -3025,7 +3025,7 @@ static void Html_tag_open_link(DilloHtml *html, const char *tag, int tagsize)
return;
MSG(" Html_tag_open_link(): URL=%s\n", URL_STR(url));
- MSG(" repush after HEAD=%d\n", html->repush_after_head);
+ _MSG(" repush after HEAD=%d\n", html->repush_after_head);
Html_load_stylesheet(html, url);
a_Url_free(url);