Commit 3c018d3d authored by Yoni Fogel's avatar Yoni Fogel

Removed debug entry

git-svn-id: file:///svn/toku/tokudb@11569 c7de825b-a66e-492c-adef-691d508d4ae1
parent ba961b40
......@@ -200,7 +200,6 @@ checkpoint_thread (void *cachetable_v)
{
char *error_string;
CACHETABLE ct = cachetable_v;
printf("%s:%d Checkpointing\n", __FILE__, __LINE__);
int r = toku_checkpoint(ct, ct->logger, &error_string, NULL, NULL);
if (r) {
if (error_string) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment