Commit d28d8ba4 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Fix format issue in printer.info()

parent 540be77a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ def warn(message, fd=sys.stderr, endl=os.linesep):

def info(message, fd=sys.stderr, endl=os.linesep):
    if installsystems.verbosity > 0:
        out("#light#Info%s:#reset# %s" % message, fd, endl)
        out("#light#Info:#reset# %s" % message, fd, endl)

def debug(message, fd=sys.stderr, endl=os.linesep):
    if installsystems.verbosity > 1: