summaryrefslogtreecommitdiff
path: root/plugins/poppler-thumbnailer
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/poppler-thumbnailer')
-rw-r--r--plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
index 3f351e0..2fcd6a9 100644
--- a/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
+++ b/plugins/poppler-thumbnailer/poppler-thumbnailer-plugin.c
@@ -58,9 +58,7 @@ tumbler_plugin_initialize (TumblerProviderPlugin *plugin)
return;
}
-#ifdef DEBUG
- g_print ("Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin\n");
-#endif
+ g_debug ("Initializing the Tumbler Poppler PDF/PS Thumbnailer plugin");
/* register the types provided by this plugin */
poppler_thumbnailer_register (plugin);
@@ -75,9 +73,7 @@ tumbler_plugin_initialize (TumblerProviderPlugin *plugin)
void
tumbler_plugin_shutdown (void)
{
-#ifdef DEBUG
- g_print ("Shutting down the Tumbler Poppler PDF/PS Thumbnailer plugin\n");
-#endif
+ g_debug ("Shutting down the Tumbler Poppler PDF/PS Thumbnailer plugin");
}