X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Ffiles%2Fetc%2Flsb-base-logging.sh%2FGRMLBASE;h=9a644138e44a2266d9d07122b99532f97e3b4cd0;hb=17e7145abf34730eff02a38246213f018e4dd265;hp=9248d276f5e0003398e4c019685e355f3c9e18ef;hpb=d82c4d5b1e0d320e23451d9218ca3a891d6fc29a;p=grml-live.git diff --git a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE index 9248d27..9a64413 100644 --- a/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE +++ b/etc/grml/fai/config/files/etc/lsb-base-logging.sh/GRMLBASE @@ -19,4 +19,9 @@ fi log_daemon_msg_pre() { printf "${__LSB_PFX}" } - +log_action_msg() { + printf "${__LSB_PFX}$@." +} +log_action_begin_msg() { + printf "${__LSB_PFX}$@... " +}