Skip to content

Commit 8c18d7f

Browse files
authored
Update dsproxy_impl.cpp
1 parent 6278294 commit 8c18d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/dsproxy/dsproxy_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ namespace NKikimr {
105105
case EUnconfiguredStateReason::GenerationChanged:
106106
return "GenerationChanged";
107107
default:
108-
Y_DEBUG_ABORT_S("Unknown EUnconfiguredStateReason value# " << static_cast<ui8>(reason));
108+
Y_DEBUG_ABORT_S("Unknown EUnconfiguredStateReason value# " << static_cast<ui32>(reason));
109109
return "UnknownReason";
110110
}
111111
}

0 commit comments

Comments
 (0)