diff options
author | horchi <vdr@jwendel.de> | 2018-03-07 17:43:07 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-03-07 17:43:07 +0100 |
commit | 543d4f07e647db87075ff2fc69b336eaa6221fbb (patch) | |
tree | 3bfd531ed934b3895cef3e29d5a35019bf05ef85 /lib | |
parent | 595d7b091bc5ef08a1ddb49c71fca81f3df4f217 (diff) | |
parent | 4689afc6a28406be919f875e60935d0126c15f35 (diff) | |
download | vdr-epg-daemon-543d4f07e647db87075ff2fc69b336eaa6221fbb.tar.gz vdr-epg-daemon-543d4f07e647db87075ff2fc69b336eaa6221fbb.tar.bz2 |
Merge branch 'master' of projects.vdr-developer.org:vdr-epg-daemon
* 'master' of projects.vdr-developer.org:vdr-epg-daemon:
minor change
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.c b/lib/configuration.c index 7f51896..19808b4 100644 --- a/lib/configuration.c +++ b/lib/configuration.c @@ -218,7 +218,7 @@ int cFrame::sendMail(const char* mimeType, const char* receivers, mailBody = strReplace("\"", "'", body); // mailBody = strReplace("!", "", mailBody); - tell(0, "Send mail '%s' with [%s] to '%s'", subject, body, receivers); + tell(0, "Send mail '%s' with [%s] to '%s' (%s)", subject, body, receivers, mimeType); asprintf(&command, "%s \"%s\" \"%s\" \"%s\" %s", mailScript, subject, mailBody.c_str(), mimeType, receivers); |