aboutsummaryrefslogtreecommitdiff
path: root/zenserver/vfs.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2021-09-21 11:06:13 +0200
committerMartin Ridgers <[email protected]>2021-09-21 11:06:13 +0200
commit68c951e0f440ffd483795dced737e88152c1a581 (patch)
tree5c0910ca2a85b45fb05dba3ce457b7d156213894 /zenserver/vfs.cpp
parentMerge main into linux-mac (diff)
parentTrigger storage scrubbing pass at startup (diff)
downloadzen-68c951e0f440ffd483795dced737e88152c1a581.tar.xz
zen-68c951e0f440ffd483795dced737e88152c1a581.zip
Merged main into linux-mac
Diffstat (limited to 'zenserver/vfs.cpp')
-rw-r--r--zenserver/vfs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zenserver/vfs.cpp b/zenserver/vfs.cpp
index 86e265b20..fcc9a71f8 100644
--- a/zenserver/vfs.cpp
+++ b/zenserver/vfs.cpp
@@ -5,7 +5,6 @@
#if ZEN_WITH_VFS
# include <zencore/except.h>
# include <zencore/filesystem.h>
-# include <zencore/snapshot_manifest.h>
# include <zencore/stream.h>
# include <zencore/windows.h>
# include <zencore/logging.h>
@@ -532,7 +531,7 @@ retry:
}
else if (hRes == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND))
{
- throw zen::WindowsException(hRes, "Failed to initialize root placeholder");
+ ThrowSystemException(hRes, "Failed to initialize root placeholder");
}
// Ignore error, problems will be reported below anyway