diff options
author | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 21:11:35 +0100 |
---|---|---|
committer | Holger Steinhaus <hsteinhaus@gmx.de> | 2015-11-11 21:11:35 +0100 |
commit | ddeadc3215daa9285696b57d2fc816221f169f04 (patch) | |
tree | 3c31c377a57d1fd5516800feafb47598187ced8f /mcli.h | |
parent | 250f9ad3ed804fdf47952cfb196ee627e4273cbe (diff) | |
download | vdr-plugin-mcli-ddeadc3215daa9285696b57d2fc816221f169f04.tar.gz vdr-plugin-mcli-ddeadc3215daa9285696b57d2fc816221f169f04.tar.bz2 |
removed some printfs, converted others to VDR-like isyslog/dsyslog/esyslog() calls
Diffstat (limited to 'mcli.h')
-rw-r--r-- | mcli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ class cMcliDeviceList:public cList < cMcliDeviceObject > { }; ~cMcliDeviceList () { - printf ("Delete my Dev list\n"); + dsyslog ("Delete my Dev list\n"); }; }; |