aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-request-about.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-request-about.c')
-rw-r--r--embed/ephy-request-about.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-request-about.c b/embed/ephy-request-about.c
index 497800289..331442729 100644
--- a/embed/ephy-request-about.c
+++ b/embed/ephy-request-about.c
@@ -74,7 +74,7 @@ read_css_style (EphyRequestAbout *about)
GError *error = NULL;
if (!g_file_get_contents (ephy_file ("about.css"), &about->priv->css_style, NULL, &error))
- g_debug (error->message);
+ g_debug ("%s", error->message);
}
static GInputStream *