1
0
Fork 0

turn off trace logging

This commit is contained in:
Jan Steemann 2014-06-05 01:12:28 +02:00
parent ed37f50b8e
commit bc90d77421
1 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ bool LogfileManager::registerTransaction (TRI_voc_tid_t id) {
assert(_lastCollectedId <= _lastSealedId);
}
LOG_TRACE("acquired protector for transaction %llu", (unsigned long long) id);
// LOG_TRACE("acquired protector for transaction %llu", (unsigned long long) id);
return true;
}
@ -362,7 +362,7 @@ void LogfileManager::unregisterTransaction (TRI_voc_tid_t id,
}
}
LOG_TRACE("release protector for transaction %llu", (unsigned long long) id);
// LOG_TRACE("release protector for transaction %llu", (unsigned long long) id);
}
////////////////////////////////////////////////////////////////////////////////