Use brightred for error messages

This commit is contained in:
Fatih Aşıcı
2010-03-06 21:53:34 +00:00
parent 6e6d64b221
commit f8328491e6
+1 -1
View File
@@ -88,7 +88,7 @@ class CLI(pisi.ui.UI):
if ctx.get_option('no_color'):
self.output(_('Error: ') + msg + '\n', err=True)
else:
self.output(pisi.util.colorize(msg + '\n', 'red'), err=True)
self.output(pisi.util.colorize(msg + '\n', 'brightred'), err=True)
def action(self, msg, verbose = False):
#TODO: this seems quite redundant?