Merge branch 'master' of https://github.com/deajan/osync
This commit is contained in:
commit
50496070f6
|
@ -278,7 +278,7 @@ function Logger {
|
||||||
if [ "$_LOGGER_PREFIX" == "time" ]; then
|
if [ "$_LOGGER_PREFIX" == "time" ]; then
|
||||||
prefix="TIME: $SECONDS - "
|
prefix="TIME: $SECONDS - "
|
||||||
elif [ "$_LOGGER_PREFIX" == "date" ]; then
|
elif [ "$_LOGGER_PREFIX" == "date" ]; then
|
||||||
prefix="$(date) - "
|
prefix="$(date '+%Y-%m-%d %H:%M:%S') - "
|
||||||
else
|
else
|
||||||
prefix=""
|
prefix=""
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue