Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
e4682c82
Commit
e4682c82
authored
Feb 27, 2013
by
antirez
Browse files
Remove too agressive/spamming log in rdb.c.
parent
f9b5ca29
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
e4682c82
...
@@ -773,7 +773,6 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
...
@@ -773,7 +773,6 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
size_t
len
;
size_t
len
;
unsigned
int
i
;
unsigned
int
i
;
redisLog
(
REDIS_DEBUG
,
"LOADING OBJECT %d (at %d)
\n
"
,
rdbtype
,
rioTell
(
rdb
));
if
(
rdbtype
==
REDIS_RDB_TYPE_STRING
)
{
if
(
rdbtype
==
REDIS_RDB_TYPE_STRING
)
{
/* Read string value */
/* Read string value */
if
((
o
=
rdbLoadEncodedStringObject
(
rdb
))
==
NULL
)
return
NULL
;
if
((
o
=
rdbLoadEncodedStringObject
(
rdb
))
==
NULL
)
return
NULL
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment