diff options
| author | Dan Engelbrecht <[email protected]> | 2023-05-11 00:20:17 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-11 00:20:17 +0200 |
| commit | b6b2bffdac4f5a0ad996d2014e57dc2aa2aff1fd (patch) | |
| tree | 414ad99331acecb4742eaf68f3ac1982c16184b5 /src/zenstore/compactcas.cpp | |
| parent | Revert "add timeout to server spawns in tests" (diff) | |
| download | zen-b6b2bffdac4f5a0ad996d2014e57dc2aa2aff1fd.tar.xz zen-b6b2bffdac4f5a0ad996d2014e57dc2aa2aff1fd.zip | |
WARN level log if we can't write snapshot/manifest/access times (#288)
Diffstat (limited to 'src/zenstore/compactcas.cpp')
| -rw-r--r-- | src/zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/compactcas.cpp b/src/zenstore/compactcas.cpp index 275410ae6..c513aa132 100644 --- a/src/zenstore/compactcas.cpp +++ b/src/zenstore/compactcas.cpp @@ -569,7 +569,7 @@ CasContainerStrategy::MakeIndexSnapshot() } catch (std::exception& Err) { - ZEN_ERROR("snapshot FAILED, reason: '{}'", Err.what()); + ZEN_WARN("snapshot FAILED, reason: '{}'", Err.what()); // Restore any previous snapshot |