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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user