1
0
Fork 0

removed debug output

This commit is contained in:
Frank Celler 2012-12-20 10:43:47 +01:00
parent 83ded3fc1f
commit b09260a06f
1 changed files with 0 additions and 2 deletions

View File

@ -232,9 +232,7 @@ static bool CheckSyncCompactorDocumentCollection (TRI_document_collection_t* sim
if (synced < written) {
worked = true;
printf("CheckSyncCompactorDocumentCollection 2000:BEFORE:#############################:file=%d\n",journal->_fd);
ok = TRI_msync(journal->_fd, journal->_mmHandle, synced, written);
printf("CheckSyncCompactorDocumentCollection 2000:AFTER:#############################:file=%d\n",journal->_fd);
ti = TRI_microtime();
TRI_LOCK_JOURNAL_ENTRIES_DOC_COLLECTION(sim);