diff --git a/src/transaction.vala b/src/transaction.vala
index 5078b8f86b771cf767ec8cc6ebeb1c568f9fb46a..ffe89965a477504515ba46e7ab89bc0ddef435ba 100644
--- a/src/transaction.vala
+++ b/src/transaction.vala
@@ -1052,7 +1052,7 @@ namespace Pamac {
 			reset_progress_box (action);
 			build_cancellable.reset ();
 			start_progressbar_pulse ();
-			important_details_outpout (true);
+			important_details_outpout (false);
 			to_build.remove_all ();
 			string [] built_pkgs = {};
 			int status = 1;
@@ -1106,6 +1106,7 @@ namespace Pamac {
 					start_trans_prepare (flags, {}, {}, built_pkgs, {});
 				}
 			} else {
+				important_details_outpout (true);
 				to_load.remove_all ();
 				to_build_queue.clear ();
 				stop_progressbar_pulse ();