updated to the new pikotools api (changes in Log)
This commit is contained in:
@@ -256,7 +256,7 @@ void PostMultiParser::LogFirst(const std::string & to_log, size_t len)
|
||||
log << "empty";
|
||||
|
||||
log << "): \"";
|
||||
log.LogString(to_log, len);
|
||||
log.put_string(to_log, len);
|
||||
log << "\"" << logend;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user