Removed newline from access log message
This commit is contained in:
parent
08dac5b2db
commit
626e688bf2
1 changed files with 0 additions and 1 deletions
|
@ -624,7 +624,6 @@ void Controller::statSession::ping(const Controller::sessIndex & index, unsigned
|
||||||
accessStr << "[" << *it << "]";
|
accessStr << "[" << *it << "]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
accessStr << std::endl;
|
|
||||||
Controller::Log("ACCS", accessStr.str());
|
Controller::Log("ACCS", accessStr.str());
|
||||||
}else{
|
}else{
|
||||||
static std::ofstream accLogFile;
|
static std::ofstream accLogFile;
|
||||||
|
|
Loading…
Add table
Reference in a new issue