[RigoDaemon] fix typo in debug string name

This commit is contained in:
Fabio Erculiani
2017-10-08 21:14:51 +02:00
parent 57deded2a8
commit 18fa7ebf5d
+1 -1
View File
@@ -2023,7 +2023,7 @@ class RigoDaemonService(dbus.service.Object):
package_id, repository_id = pkg_match
write_output(
"_process_install_merge_action: "
"_process_remove_merge_action: "
"%s, count: %s, total: %s" % (
pkg_match, (count + 1),
total),