diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index e10af0ee2..86543d082 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -257,15 +257,11 @@ ephy_shell_finalize (GObject *object) ephy_file_helpers_shutdown (); ephy_node_system_shutdown (); -#ifdef DEBUG_MARCO - g_print ("Ephy shell finalized\n"); -#endif + LOG ("Ephy shell finalized") bonobo_main_quit (); -#ifdef DEBUG_MARCO - g_print ("Bonobo quit done\n"); -#endif + LOG ("Bonobo quit done") } EphyShell * |