Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d623c23

Browse files
committed
Remove unnecessary warning message in raftable_get().
1 parent 1bc6246 commit d623c23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/raftable/raftable.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ char *raftable_get(const char *key, size_t *len, int timeout_ms)
421421
char *value = NULL;
422422

423423
msg = make_single_value_message(key, NULL, 0, &size);
424-
elog(WARNING, "message size = %d", (int)size);
425424

426425
msg->meaning = MEAN_GET;
427426

0 commit comments

Comments
 (0)