fixed typo

This commit is contained in:
Arvid Norberg 2012-03-19 00:30:02 +00:00
parent a2521bd23c
commit f4d0d90f20
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ namespace
error_code ec;
std::string dir = complete("libtorrent_ext_logs");
if (!exists(dir)) create_directories(dir, ec);
m_file.open(combine_path(dir, filename).c_str()
, std::ios_base::out | std::ios_base::out);
m_file.open(combine_path(dir, filename).c_str(), std::ios_base::out);
m_file << "\n\n\n";
log_timestamp();
m_file << "*** starting log ***\n";