Removed newline from access log message

This commit is contained in:
Thulinma 2017-12-06 15:56:45 +01:00
parent 08dac5b2db
commit 626e688bf2

View file

@ -624,7 +624,6 @@ void Controller::statSession::ping(const Controller::sessIndex & index, unsigned
accessStr << "[" << *it << "]";
}
}
accessStr << std::endl;
Controller::Log("ACCS", accessStr.str());
}else{
static std::ofstream accLogFile;