diff options
author | Aaron Ball <nullspoon@oper.io> | 2017-06-23 10:52:06 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2017-06-23 10:52:06 -0600 |
commit | 3b1cef0bbb1fb8ae4c97bc38f6878e2b7f5316a0 (patch) | |
tree | 7227428213c4cda16c6e20c6d8763ca3dd8529ee | |
parent | 8259998b09a877de72d0f704ad90212cb08b278f (diff) | |
parent | 3d53e907a39546e50892c2d7fac856a3294809d5 (diff) | |
download | portimg-3b1cef0bbb1fb8ae4c97bc38f6878e2b7f5316a0.tar.gz portimg-3b1cef0bbb1fb8ae4c97bc38f6878e2b7f5316a0.tar.xz |
Merge branch 'log-error'
-rw-r--r-- | lib/log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ function log { local label='' if [[ ${level} == 'error' ]]; then - label="${d} ERROR Function ${FUNCNAME[1]}: " + label="${d} ERROR " elif [[ ${level} == 'warn' ]]; then label="${d} WARN " elif [[ ${level} == 'debug' ]]; then |