aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_hddtemp.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:28:21 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2009-01-06 06:28:21 +0000
commitcc0f1aba257bc1344cc9d70b949560120256215e (patch)
tree531ceea8abdcda2e8be9a4f601ef93561a8bb7f5 /plugin_hddtemp.c
parent78a41e60d3d6361c3a0da358cbdde9e3b03002a3 (diff)
downloadlcd4linux-cc0f1aba257bc1344cc9d70b949560120256215e.tar.gz
cosmetics
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@941 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_hddtemp.c')
-rw-r--r--plugin_hddtemp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin_hddtemp.c b/plugin_hddtemp.c
index 465c564..c41a233 100644
--- a/plugin_hddtemp.c
+++ b/plugin_hddtemp.c
@@ -270,8 +270,6 @@ static void hddtemp_call(RESULT * result, int argc, RESULT * argv[])
int plugin_init_hddtemp(void)
{
- info("Adding hddtemp functions!");
-
AddFunction("hddtemp", -1, hddtemp_call);
return 0;