1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Remove errant println.

This commit is contained in:
Ximon Eighteen
2020-09-29 15:07:15 +02:00
parent 61b9d8eef1
commit e90f77daf2

View File

@ -487,7 +487,6 @@ mod unix {
let uid = Self::get_user(config)?;
let gid = Self::get_group(config)?;
if uid.is_some() || gid.is_some() {
println!("chown now");
if let Err(err) = chown(&config.cache_dir, uid, gid) {
error!(
"Fatal: failed to change ownership of cache dir \