Skip to content

Commit

Permalink
cachedb_local: fix an ERR log when syncing from cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Oct 1, 2020
1 parent bd33a4e commit 3a05dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_local/cachedb_local_replication.c
Expand Up @@ -188,7 +188,7 @@ int receive_sync_request(int node_id)
bin_packet_t *sync_packet;

for ( col=lcache_collection; col; col=col->next ) {
LM_ERR("Found collection %.*s\n", col->col_name.len, col->col_name.s);
LM_DBG("Found collection %.*s\n", col->col_name.len, col->col_name.s);

for (i =0; i < col->size; i++) {
lock_get(&col->col_htable[i].lock);
Expand Down

0 comments on commit 3a05dc1

Please sign in to comment.