From f5070f6c8c029b2129811753c3db5b501bc58328 Mon Sep 17 00:00:00 2001 From: lxsang Date: Fri, 5 Oct 2018 19:07:14 +0200 Subject: [PATCH] clean up code --- libs/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugin.c b/libs/plugin.c index 31799c0..46a47ed 100644 --- a/libs/plugin.c +++ b/libs/plugin.c @@ -80,7 +80,7 @@ char* config_dir() void __release__() { destroy(); - printf("Releasing plugin\n"); + LOG("Releasing plugin\n"); if(__plugin__.name) free(__plugin__.name); if(__plugin__.dbpath) free(__plugin__.dbpath); if(__plugin__.htdocs) free(__plugin__.htdocs);