Fix default parts to be logged on audit logs

This commit is contained in:
Felipe Zimmerle 2015-09-01 15:41:30 -03:00
parent fa4f72d90d
commit 5d24b237bd

View File

@ -150,7 +150,7 @@ int AuditLog::removeParts(int parts, const std::string& new_parts) {
bool AuditLog::setParts(const std::basic_string<char>& new_parts) {
int parts = m_parts;
int parts = 0;
PARTS_CONSTAINS('A', AAuditLogPart)
PARTS_CONSTAINS('B', BAuditLogPart)