moved log file
This commit is contained in:
parent
96b1c76137
commit
d7dc02979b
@ -11,7 +11,7 @@ err() {
|
||||
#
|
||||
# @input $1: Debug message
|
||||
debug() {
|
||||
echo "$(date +"%D %T.%N"): $1" >>"fzf-vcal.debug"
|
||||
echo "$(date +"%D %T.%N"): $1" >>"/tmp/fzf-vcal.debug"
|
||||
}
|
||||
|
||||
# Print date or datetime in a human and machine readable form.
|
||||
|
Loading…
Reference in New Issue
Block a user