diff options
Diffstat (limited to 'zenstore/cas.cpp')
| -rw-r--r-- | zenstore/cas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/cas.cpp b/zenstore/cas.cpp index 54e8cb11c..f8fc41341 100644 --- a/zenstore/cas.cpp +++ b/zenstore/cas.cpp @@ -148,7 +148,7 @@ CasImpl::OpenOrCreateManifest() } else { - ZEN_ERROR("Store manifest validation failed: {:#x}, will generate new manifest to recover", uint32_t(ValidationResult)); + ZEN_WARN("Store manifest validation failed: {:#x}, will generate new manifest to recover", uint32_t(ValidationResult)); } if (ManifestIsOk) |