Change lsb-logging-sh

Registered by Wiplash4

Please replace in lsb-base-logging.sh following code:
        $TPUT hpa $COL
        if [ "$1" -eq 0 ]; then
            echo "[ OK ]"
        else
            printf '['
            $TPUT setaf 1 # red
            printf fail
            $TPUT op # normal
            echo ']'
        fi

with

        $TPUT hpa $COL
        if [ "$1" -eq 0 ]; then
            echo " ok"
        else
            $TPUT setaf 1 # red
            echo" fail"
            $TPUT op # normal
        fi
.
On top of this please change the swappiness.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.