From a7812069a579db623ae70a9abe9ab71aa10bc404 Mon Sep 17 00:00:00 2001 From: Harkrishn Patro Date: Wed, 8 Jan 2025 02:07:16 +0000 Subject: [PATCH] Fix build failure for macos --- tests/modules/postnotifications.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/postnotifications.c b/tests/modules/postnotifications.c index b4a97cbd5..f5878c8f0 100644 --- a/tests/modules/postnotifications.c +++ b/tests/modules/postnotifications.c @@ -213,7 +213,7 @@ static void KeySpace_ServerEventCallback(RedisModuleCtx *ctx, RedisModuleEvent e REDISMODULE_NOT_USED(eid); REDISMODULE_NOT_USED(data); if (subevent > 3) { - RedisModule_Log(ctx, "warning", "Got an unexpected subevent '%ld'", subevent); + RedisModule_Log(ctx, "warning", "Got an unexpected subevent '%llu'", subevent); return; } static const char* events[] = {