summaryrefslogtreecommitdiffstats
path: root/acl-updater/plugin/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'acl-updater/plugin/plugin.cpp')
-rw-r--r--acl-updater/plugin/plugin.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/acl-updater/plugin/plugin.cpp b/acl-updater/plugin/plugin.cpp
index e458ee6..a2ac3b2 100644
--- a/acl-updater/plugin/plugin.cpp
+++ b/acl-updater/plugin/plugin.cpp
@@ -49,8 +49,7 @@ void log_plugin (const char* msg, ...)
{
va_list ap;
va_start (ap, msg);
-// FIXME
-// log_msg_va (SLAPI_LOG_PLUGIN, msg, ap);
+ vprintf(msg, ap);
va_end (ap);
}