diff --git a/sources/core/reply.cpp b/sources/core/reply.cpp index 19c8c98..d1da268 100644 --- a/sources/core/reply.cpp +++ b/sources/core/reply.cpp @@ -50,7 +50,7 @@ namespace cpp_redis { if (is_integer()) return optional_t(m_int_val); - __CPP_REDIS_LOG(1, "Reply is not an integer"); + __CPP_REDIS_LOG(warn, "Reply is not an integer"); return {0}; }