~josvaz/ubuntu-on-ec2/ec2-publishing-scripts-lp1602466-xen-fbfront-blacklist

« back to all changes in this revision

Viewing changes to ec2-image2ebs

  • Committer: Daniel Watkins
  • Date: 2016-02-16 15:25:39 UTC
  • mfrom: (624.1.8 ec2-publishing-scripts)
  • Revision ID: daniel.watkins@canonical.com-20160216152539-uek5jodaid7vzltc
Cleanup prior to new publication changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        local level=${1}
24
24
        shift;
25
25
        [ "${level}" -gt "${VERBOSITY}" ] && return
26
 
        error "$(date):" "${@}"
 
26
        echo "$(date): ${@}" 1>&2
27
27
}
28
28
get_volstate() {
29
29
        local vol="$1" tmp=""