mirror of
https://github.com/astral-sh/uv.git
synced 2025-12-23 09:19:48 +00:00
chore: update log message
This commit is contained in:
parent
c3554b1e39
commit
e7b9573fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ async fn run(mut cli: Cli) -> Result<ExitStatus> {
|
|||
|
||||
if let Some(config_file) = config_file_arg.as_ref() {
|
||||
tracing::debug!(
|
||||
"Using --config-file/UV_CONFIG_FILE is set to `{}`; ignoring all user-level configuration.",
|
||||
"Using explicit configuration file at `{}`; ignoring discovered configuration files.",
|
||||
config_file.display()
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue