mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 04:14:17 +08:00
Fix fmt
This commit is contained in:
parent
759e40ad49
commit
736fb83f55
@ -99,7 +99,12 @@ fn auto_deps_from_dynamic_linking(
|
||||
}
|
||||
needed.insert(name.to_string());
|
||||
} else {
|
||||
log_to_pty!(logger, "DEBUG: autopath failed {} is outside {}", path.display(), rel_path.display());
|
||||
log_to_pty!(
|
||||
logger,
|
||||
"DEBUG: autopath failed {} is outside {}",
|
||||
path.display(),
|
||||
rel_path.display()
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user