Skip to content

Commit

Permalink
Fix build failure for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
hpatro committed Jan 8, 2025
1 parent 398b8b1 commit a781206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/postnotifications.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit a781206

Please sign in to comment.