oops
authorJán Kupec <jkupec@suse.cz>
Fri, 20 Nov 2009 14:14:29 +0000 (15:14 +0100)
committerJán Kupec <jkupec@suse.cz>
Fri, 20 Nov 2009 14:14:29 +0000 (15:14 +0100)
src/solve-commit.cc

index fd9fab9..9181eb7 100755 (executable)
@@ -437,7 +437,7 @@ static void notify_processes_using_deleted_files(Zypper & zypper)
 
 static void show_update_messages(Zypper & zypper, const UpdateNotifications & messages)
 {
-  if (!messages.empty())
+  if (messages.empty())
     return;
 
   zypper.out().info(_("Update notifications were received from the following packages:"));