1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 11:56:38 +02:00

Fixed anopesmtp logging

This commit is contained in:
Adam
2012-10-31 22:57:11 -04:00
parent 35c2256849
commit 22e55165c9
+1 -1
View File
@@ -119,7 +119,7 @@ void alog(const char *fmt, ...)
return;
std::fstream file;
file.open(get_logname().c_str(), std::ios_base::out);
file.open(get_logname().c_str(), std::ios_base::out | std::ios_base::app);
if (!file.is_open())
return;