Skip to content

Commit

Permalink
docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbnl committed Mar 10, 2024
1 parent 9c37b31 commit ee00ff2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified Release/Linux/OfficeAuditLogCollector
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ impl Config {
};
if !invalidated {
known_content.insert(id.trim().to_string(), creation_time.trim().to_string());
} else {println!("SKIPPA: {}", line)}
}
}
}
known_content
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/file_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ impl FileInterface {
}
let columns = get_all_columns(logs);
let path = self.paths.get(&content_type).unwrap();
println!("HIER {}", path.clone());
let mut wrt = Writer::from_path(path).unwrap();
wrt.write_record(&columns).unwrap();

Expand Down

0 comments on commit ee00ff2

Please sign in to comment.