mirror of
https://github.com/deajan/obackup.git
synced 2024-11-12 19:03:42 +01:00
Added error log highlighting
This commit is contained in:
parent
b04891b6c7
commit
1e13d259cb
@ -21,7 +21,7 @@ UNDER WORK
|
||||
|
||||
CHANGELOG
|
||||
---------
|
||||
- Improved some logging
|
||||
- Improved some logging, also added highlighting to stdout errors
|
||||
- Backported some fixes from Osync
|
||||
- Small improvements on install script
|
||||
- Copy ssh_filter.sh from osync project
|
||||
|
@ -97,8 +97,9 @@ function Log
|
||||
|
||||
function LogError
|
||||
{
|
||||
Log "$1"
|
||||
error_alert=1
|
||||
# \e[93m = light yellow, \e[0m = normal
|
||||
Log "\e[93m$1\e[0m"
|
||||
error_alert=1
|
||||
}
|
||||
|
||||
function LogDebug
|
||||
|
Loading…
Reference in New Issue
Block a user