diff -u speech-dispatcher-0.6.7+git20090914~unofficial/debian/changelog speech-dispatcher-0.6.7+git20090914~unofficial/debian/changelog --- speech-dispatcher-0.6.7+git20090914~unofficial/debian/changelog +++ speech-dispatcher-0.6.7+git20090914~unofficial/debian/changelog @@ -1,3 +1,10 @@ +speech-dispatcher (0.6.7+git20090914~unofficial-0ubuntu3) karmic; urgency=low + + * debian/speech-dispatcher.init: fix typo of log_warning_msg + (LP: #440846) + + -- Tormod Volden Tue, 06 Oct 2009 20:40:56 +0200 + speech-dispatcher (0.6.7+git20090914~unofficial-0ubuntu2) karmic; urgency=low * debian/speech-dispatcher.init: Change the message given for diff -u speech-dispatcher-0.6.7+git20090914~unofficial/debian/speech-dispatcher.init speech-dispatcher-0.6.7+git20090914~unofficial/debian/speech-dispatcher.init --- speech-dispatcher-0.6.7+git20090914~unofficial/debian/speech-dispatcher.init +++ speech-dispatcher-0.6.7+git20090914~unofficial/debian/speech-dispatcher.init @@ -24,7 +24,7 @@ . /lib/lsb/init-functions if [ "$RUN_SPEECHD" != "yes" ] && [ "$2" != "spawn" ]; then - log_warning "Speech-dispatcher configured for user sessions" + log_warning_msg "Speech-dispatcher configured for user sessions" exit 0 fi