diff options
Diffstat (limited to 'src/zenhttp/auth/authmgr.cpp')
| -rw-r--r-- | src/zenhttp/auth/authmgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/auth/authmgr.cpp b/src/zenhttp/auth/authmgr.cpp index e84f63a3f..18568a21d 100644 --- a/src/zenhttp/auth/authmgr.cpp +++ b/src/zenhttp/auth/authmgr.cpp @@ -369,7 +369,7 @@ private: } catch (std::exception& Err) { - ZEN_ERROR("serialize state FAILED, reason '{}'", Err.what()); + ZEN_WARN("serialize state FAILED, reason '{}'", Err.what()); } } |