Skip to content

Commit

Permalink
Fix bogus log
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Mar 31, 2016
1 parent e925732 commit 87c93b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cachedb_memcached/cachedb_memcached.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ static int child_init(int rank)
*/
static void destroy(void)
{
LM_NOTICE("destroy module cachedb_redis ...\n");
LM_NOTICE("destroy module cachedb_memcached ...\n");
cachedb_end_connections(&cache_mod_name);
return;
}

0 comments on commit 87c93b8

Please sign in to comment.