More work on client and server
This commit is contained in:
@@ -103,7 +103,7 @@ bool PrintChanneler::channel(const PrintBuffer *printbuffer, std::ostream &ostre
|
||||
line_ = printbuffer->first_line();
|
||||
}
|
||||
while (line_ < printbuffer->first_unchecked()) {
|
||||
ostream << printbuffer->nth(line_) << std::endl;
|
||||
ostream << "[" << printbuffer->nth(line_) << "]" << std::endl;
|
||||
line_ += 1;
|
||||
}
|
||||
return line_ > printbuffer->first_line();
|
||||
|
||||
Reference in New Issue
Block a user