diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-04 18:47:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-06-04 18:47:39 -0500 |
commit | 24377abde30bc11ba41ce7b206d25f01d79a72e1 (patch) | |
tree | ccfd1f562820b37902d8026464efccabe4a21e9e /acl-updater/plugin/plugin.cpp | |
parent | ded257d2225a74343c32b3303ec3778da216b688 (diff) | |
download | kcmldapcontroller-24377abde30bc11ba41ce7b206d25f01d79a72e1.tar.gz kcmldapcontroller-24377abde30bc11ba41ce7b206d25f01d79a72e1.zip |
Fix incorrect schema files
Diffstat (limited to 'acl-updater/plugin/plugin.cpp')
-rw-r--r-- | acl-updater/plugin/plugin.cpp | 3 |
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); } |