summaryrefslogtreecommitdiff
path: root/scripts/live-functions
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2008-09-06 13:13:26 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:02 +0100
commit53fc4e3b72a633a22f73336e0b76bde963e7ba7b (patch)
tree1bb89d5a2fdd69eec42dc7f479a020135ab33fc6 /scripts/live-functions
parentd4454e570d5939c04dc42fa461779356866492bd (diff)
downloadlive-boot-53fc4e3b72a633a22f73336e0b76bde963e7ba7b.tar.gz
live-boot-53fc4e3b72a633a22f73336e0b76bde963e7ba7b.zip
Remove local overiddes of log_*_msg - #494257 is now fixed in testing.
Diffstat (limited to 'scripts/live-functions')
-rw-r--r--scripts/live-functions41
1 files changed, 0 insertions, 41 deletions
diff --git a/scripts/live-functions b/scripts/live-functions
index 7028843..49b4a3a 100644
--- a/scripts/live-functions
+++ b/scripts/live-functions
@@ -2,47 +2,6 @@
. /scripts/functions
. /live.vars
-# Override log_*_msg until #494257 is merged
-
-_log_msg()
-{
- if [ "$quiet" = "y" ]; then return; fi
- printf "$@"
-}
-
-log_success_msg()
-{
- _log_msg "Success: $@\n"
-}
-
-log_failure_msg()
-{
- _log_msg "Failure: $@\n"
-}
-
-log_warning_msg()
-{
- _log_msg "Warning: $@\n"
-}
-
-log_begin_msg()
-{
- if [ -x /sbin/usplash_write ]; then
- /sbin/usplash_write "TEXT $@"
- fi
- _log_msg "Begin: $@ ... "
-}
-
-log_end_msg()
-{
- if [ -x /sbin/usplash_write ]; then
- /sbin/usplash_write "SUCCESS ok"
- fi
- _log_msg "done.\n"
-}
-
-##
-
log_wait_msg ()
{
# Print a message and wait for enter