We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfb641 commit a33f8feCopy full SHA for a33f8fe
google/cloud/storage/internal/async/writer_connection_resumed.cc
@@ -184,7 +184,7 @@ class AsyncWriterConnectionResumedState
184
}
185
186
void WriteLoop(std::unique_lock<std::mutex> lk) {
187
- std::cout << "Hey this is a test statement of new branch.\n";
+ std::cerr << "Hey this is a test statement of new branch.\n";
188
// Determine if there's data left to write *before* potentially finalizing.
189
writing_ = write_offset_ < resend_buffer_.size();
190
0 commit comments