Skip to content

Commit dd63f1f

Browse files
committed
logs_for_object_descriptor_connection
1 parent d612421 commit dd63f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class ObjectDescriptorConnectionLogging : public ObjectDescriptorConnection {
5252

5353
void MakeSubsequentStream() override {
5454
GCP_LOG(INFO) << "ObjectDescriptorConnection::MakeSubsequentStream()";
55-
impl_->MakeSubsequentStream();
55+
child_->MakeSubsequentStream();
5656
}
5757

5858
private:

0 commit comments

Comments
 (0)