From ddcc74bb2fe3fec980cc7767a9f1b8e4c1ca6ee2 Mon Sep 17 00:00:00 2001 From: Martin Ridgers Date: Wed, 20 Oct 2021 13:15:30 +0200 Subject: Cross-platform argument to ZEN_DEBUG() --- zenstore/filecas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenstore') diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp index 98807960d..1d3f744e6 100644 --- a/zenstore/filecas.cpp +++ b/zenstore/filecas.cpp @@ -339,7 +339,7 @@ FileCasStrategy::DeleteChunk(const IoHash& ChunkHash, std::error_code& Ec) { ShardingHelper Name(m_Config.RootDirectory.c_str(), ChunkHash); - ZEN_DEBUG("deleting CAS payload file '{}'", WideToUtf8(Name.ShardedPath)); + ZEN_DEBUG("deleting CAS payload file '{}'", Name.ShardedPath.ToUtf8()); std::filesystem::remove(Name.ShardedPath.c_str(), Ec); } -- cgit v1.2.3