Branch: Tag:

2019-12-10

2019-12-10 12:08:04 by Karl Gustav Sterneberg <kg@roxen.com>

Adjust log indentation. [WS-581]

Sync with

commit 78c239e6272a6240840b6dad9450e4ca6c3c9a7e (origin/patches/ws581)
Author: Karl Gustav Sterneberg <kg@roxen.com>
Date: Tue Dec 10 10:41:49 2019 +0100

Added date to timestamp in debug log. [WS-581]

57:    # are in the correct directory, for quite obvious reasons...    if [ ! "$dn" = "`pwd`" ]    then -  echo " : Changing current directory to '$dn' (now `pwd`)" >&2 +  echo " : Changing current directory to '$dn' (now `pwd`)" >&2    cd "$dn" -  echo " : Got new directory as `pwd`" >&2 +  echo " : Got new directory as `pwd`" >&2    fi    ;;   esac