summaryrefslogtreecommitdiff
path: root/mcli.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcli.h')
-rw-r--r--mcli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcli.h b/mcli.h
index 12ebb05..a62fffe 100644
--- a/mcli.h
+++ b/mcli.h
@@ -65,7 +65,7 @@ class cMcliDeviceList:public cList < cMcliDeviceObject >
{
};
~cMcliDeviceList () {
- printf ("Delete my Dev list\n");
+ dsyslog ("Delete my Dev list\n");
};
};