[entropy.db.skel] write locking output to stderr
This avoids breaking scriptability of --quiet options
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user