Skip to content

Commit

Permalink
issue-2542: correct build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vladstepanyuk committed Jan 29, 2025
1 parent 6aac9cb commit 6ddb848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ void TDestroyVolumeActor::HandleTimeout(
TBlockStoreComponents::SERVICE,
"Timeout destroy volume request, diskId = %s, destroyIfBroken = %d, "
"sync = %d",
DiskId,
DiskId.c_str(),
DestroyIfBroken,
Sync);

Expand Down

0 comments on commit 6ddb848

Please sign in to comment.