Changed: #991 Make sure all debug files are created in log directory
This commit is contained in:
parent
dac2ec8357
commit
5ab69cc44f
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ bool sendEmail (const string &smtpServer, const string &from, const string &to,
|
||||||
}
|
}
|
||||||
|
|
||||||
// debug, display what we send into a file
|
// debug, display what we send into a file
|
||||||
// { FILE *fp = fopen (CFile::findNewFile("mail.txt").c_str(), "wb");
|
// { FILE *fp = fopen (CFile::findNewFile(getLogDirectory() + "mail.txt").c_str(), "wb");
|
||||||
// fwrite (formatedBody.c_str(), 1, formatedBody.size(), fp);
|
// fwrite (formatedBody.c_str(), 1, formatedBody.size(), fp);
|
||||||
// fclose (fp); }
|
// fclose (fp); }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue