Change .pacnew detection text to bold

Signed-off-by: trivernis <trivernis@protonmail.com>
i18n
trivernis 2 years ago
parent c667f5b285
commit 00085def6f
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -33,10 +33,10 @@ pub async fn detect() {
// If pacnew files are found, warn the user and prompt to pacdiff // If pacnew files are found, warn the user and prompt to pacdiff
if pacnew.is_empty() { if pacnew.is_empty() {
pb.finish_with_message("No .pacnew files found"); pb.finish_with_message("No .pacnew files found".bold().to_string());
get_logger().reset_output_type(); get_logger().reset_output_type();
} else { } else {
pb.finish_with_message("pacnew files found"); pb.finish_with_message("pacnew files found".bold().to_string());
get_logger().reset_output_type(); get_logger().reset_output_type();
tracing::info!( tracing::info!(
"It appears that at least one program you have installed / upgraded has installed a .pacnew config file. \ "It appears that at least one program you have installed / upgraded has installed a .pacnew config file. \

Loading…
Cancel
Save