aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/FilePicker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'embed/mozilla/FilePicker.cpp')
-rw-r--r--embed/mozilla/FilePicker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/mozilla/FilePicker.cpp b/embed/mozilla/FilePicker.cpp
index 2c7150ebd..d8e2e15a1 100644
--- a/embed/mozilla/FilePicker.cpp
+++ b/embed/mozilla/FilePicker.cpp
@@ -63,7 +63,7 @@ NS_IMPL_ISUPPORTS1(GFilePicker, nsIFilePicker)
GFilePicker::GFilePicker()
{
- LOG ("GFilePicker constructor")
+ LOG ("GFilePicker ctor (%p)", this)
mDialog = EPHY_FILE_CHOOSER (g_object_new (EPHY_TYPE_FILE_CHOOSER, NULL));
@@ -76,7 +76,7 @@ GFilePicker::GFilePicker()
GFilePicker::~GFilePicker()
{
- LOG ("GFilePicker destructor")
+ LOG ("GFilePicker dtor (%p)", this)
if (mDialog)
{