Provide more useful disabled message

This commit is contained in:
Luc Perkins 2024-07-15 17:42:44 -07:00
parent ef5c9ec6ef
commit da04019f81
No known key found for this signature in database
GPG key ID: 16DB1108FB591835

View file

@ -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
};