Skip to content

Commit

Permalink
Always display failure and warning messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mika authored and evgeni committed Jun 26, 2015
1 parent 773bef6 commit a34ce1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions components/9990-initramfs-tools.sh
Expand Up @@ -2,6 +2,17 @@

#set -e

# we definitely want this stuff visible
log_failure_msg()
{
printf "Failure: $@\n"
}

log_warning_msg()
{
printf "Warning: $@\n"
}

log_wait_msg ()
{
# Print a message and wait for enter
Expand Down

0 comments on commit a34ce1a

Please sign in to comment.