aboutsummaryrefslogtreecommitdiff
path: root/src/css.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/css.cc')
-rw-r--r--src/css.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css.cc b/src/css.cc
index 5c64c619..4dd1127e 100644
--- a/src/css.cc
+++ b/src/css.cc
@@ -535,7 +535,7 @@ void CssContext::addRule (CssSelector *sel, CssPropertyList *props,
if ((order == CSS_PRIMARY_AUTHOR ||
order == CSS_PRIMARY_AUTHOR_IMPORTANT) &&
!rule->isSafe ()) {
- MSG_WARN ("Ignoring unsafe author style that might reveal browsing history\n");
+ _MSG_WARN ("Ignoring unsafe author style that might reveal browsing history\n");
delete rule;
} else {
rule->selector->setMatchCacheOffset(matchCache.size ());