lib/lib.bash: use PSI_DEBUG not EM_DEBUG

This commit is contained in:
2014-10-09 17:40:52 +02:00
parent 78c308f7ff
commit 180afa5637

View File

@@ -56,7 +56,7 @@ error() {
}
debug() {
[[ ${EM_DEBUG} ]] || return 0
[[ ${PSI_DEBUG} ]] || return 0
log 2 "$@"
}