Skip to content

Commit 871adef

Browse files
va-kuznecovVlad Kuznecov
and
Vlad Kuznecov
authored
Fix 24-3 build, remove printing of unexisting field (#8897)
Co-authored-by: Vlad Kuznecov <[email protected]>
1 parent 0bbfe7e commit 871adef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/blobstorage/pdisk/blobstorage_pdisk_config.h

-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ struct TPDiskConfig : public TThrRefBase {
298298
str << " OrangeLogChunksMultiplier# " << OrangeLogChunksMultiplier << x;
299299
str << " WarningLogChunksMultiplier# " << WarningLogChunksMultiplier << x;
300300
str << " YellowLogChunksMultiplier# " << YellowLogChunksMultiplier << x;
301-
str << " MaxMetadataMegabytes# " << MaxMetadataMegabytes << x;
302301
str << " SpaceColorBorder# " << SpaceColorBorder << x;
303302
str << "}";
304303
return str.Str();

0 commit comments

Comments
 (0)