diff --git a/common/redisapi.h b/common/redisapi.h index 5f71a03b..d54ba0f9 100644 --- a/common/redisapi.h +++ b/common/redisapi.h @@ -27,8 +27,7 @@ static inline std::string loadRedisScript(RedisContext* ctx, const std::string& std::string sha = r.getReply(); - SWSS_LOG_NOTICE("lua script loaded, sha: %s", sha.c_str()); - SWSS_LOG_INFO("lua script: %s", script.c_str()); + SWSS_LOG_INFO("lua script %s loaded, sha: %s", script.c_str(), sha.c_str()); return sha; }