File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
cloud/blockstore/libs/storage/model Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ void TLogTitle::Rebuild()
169
169
break ;
170
170
}
171
171
case EType::VolumeProxy: {
172
- RebuildForProxy ();
172
+ RebuildForVolumeProxy ();
173
173
break ;
174
174
}
175
175
}
@@ -264,7 +264,7 @@ void TLogTitle::RebuildForClient()
264
264
CachedPrefix = builder;
265
265
}
266
266
267
- void TLogTitle::RebuildForProxy ()
267
+ void TLogTitle::RebuildForVolumeProxy ()
268
268
{
269
269
auto builder = TStringBuilder ();
270
270
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ class TLogTitle
92
92
void RebuildForPartition ();
93
93
void RebuildForSession ();
94
94
void RebuildForClient ();
95
- void RebuildForProxy ();
95
+ void RebuildForVolumeProxy ();
96
96
TString GetPartitionPrefix () const ;
97
97
};
98
98
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Y_UNIT_TEST_SUITE(TLogTitleTest)
167
167
temporayLogTitle.Get (TLogTitle::EDetails::Brief));
168
168
}
169
169
170
- Y_UNIT_TEST (GetForProxy )
170
+ Y_UNIT_TEST (GetForVolumeProxy )
171
171
{
172
172
TLogTitle logTitle (" disk1" , false , GetCycleCount ());
173
173
You can’t perform that action at this time.
0 commit comments