From 24377abde30bc11ba41ce7b206d25f01d79a72e1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 4 Jun 2012 18:47:39 -0500 Subject: Fix incorrect schema files --- acl-updater/plugin/plugin.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'acl-updater/plugin/plugin.cpp') 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); } -- cgit v1.2.3