Skip to content

Commit a33f8fe

Browse files
committed
test-3
1 parent bbfb641 commit a33f8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/storage/internal/async/writer_connection_resumed.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class AsyncWriterConnectionResumedState
184184
}
185185

186186
void WriteLoop(std::unique_lock<std::mutex> lk) {
187-
std::cout << "Hey this is a test statement of new branch.\n";
187+
std::cerr << "Hey this is a test statement of new branch.\n";
188188
// Determine if there's data left to write *before* potentially finalizing.
189189
writing_ = write_offset_ < resend_buffer_.size();
190190

0 commit comments

Comments
 (0)