Provide more useful disabled message
This commit is contained in:
parent
ef5c9ec6ef
commit
da04019f81
|
@ -241,7 +241,9 @@ async fn main_cli() -> Result<()> {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
tracing::info!("FlakeHub cache is disabled.");
|
||||
tracing::info!(
|
||||
"FlakeHub cache is disabled, as the `use-flakehub` setting is set to `false`."
|
||||
);
|
||||
None
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue