[entropy.db.skel] write locking output to stderr

This avoids breaking scriptability of --quiet options
This commit is contained in:
Fabio Erculiani
2013-12-01 13:49:20 +01:00
parent 75b1d8498b
commit d5634b2b29
+2
View File
@@ -433,6 +433,7 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore):
brown(_("Acquiring shared lock on")),
darkgreen(self.name),
),
level = "warning", # use stderr, avoid breaking --quiet
back = True,
importance = 0)
@@ -460,6 +461,7 @@ class EntropyRepositoryBase(TextInterface, EntropyRepositoryPluginStore):
brown(_("Acquiring exclusive lock on")),
darkgreen(self.name),
),
level = "warning", # use stderr, avoid breaking --quiet
back = True,
importance = 0)