Navigation Menu

Skip to content

Commit

Permalink
added logging for mrn_hash_remove().
Browse files Browse the repository at this point in the history
  • Loading branch information
ikdttr committed Mar 18, 2010
1 parent 1228f6c commit e7c2c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions driver.c
Expand Up @@ -230,6 +230,7 @@ int mrn_hash_remove(grn_ctx *ctx, const char *key)
}
else
{
GRN_LOG(ctx, GRN_LOG_DEBUG, "hash remove (key=%s)", key);
mrn_hash_counter--;
}
}
Expand Down

0 comments on commit e7c2c54

Please sign in to comment.