diff --git a/checkvolumesize b/checkvolumesize index a18ac0d..a55fcdd 100755 --- a/checkvolumesize +++ b/checkvolumesize @@ -57,7 +57,7 @@ log () { if [[ "$LOG" = true ]]; then prefix="$(date "+%Y-%m-%d %H:%M:%S") " fi - echo $prefix$@ + echo $prefix$@ } log "DEBUG"