diff options
Diffstat (limited to 'embed/ephy-embed-persist.c')
-rw-r--r-- | embed/ephy-embed-persist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-embed-persist.c b/embed/ephy-embed-persist.c index 45bcc209f..5b02a10cc 100644 --- a/embed/ephy-embed-persist.c +++ b/embed/ephy-embed-persist.c @@ -438,7 +438,7 @@ ephy_embed_persist_init (EphyEmbedPersist *persist) { persist->priv = EPHY_EMBED_PERSIST_GET_PRIVATE (persist); - LOG ("EphyEmbedPersist initialising %p", persist) + LOG ("EphyEmbedPersist initialising %p", persist); persist->priv->max_size = -1; } @@ -453,7 +453,7 @@ ephy_embed_persist_finalize (GObject *object) g_free (persist->priv->fc_title); g_free (persist->priv->persist_key); - LOG ("EphyEmbedPersist finalised %p", object) + LOG ("EphyEmbedPersist finalised %p", object); G_OBJECT_CLASS (parent_class)->finalize (object); } |