Author: branden Date: 2004-09-01 13:49:17 -0500 (Wed, 01 Sep 2004) New Revision: 1790
Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in Log: Enhance trace() to report the fact that it was passed an empty message, if that was the case. Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in =================================================================== --- branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-09-01 18:27:00 UTC (rev 1789) +++ branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-09-01 18:49:17 UTC (rev 1790) @@ -38,7 +38,7 @@ # This function wraps shell-lib's observe() function so that we can log the # configuration process. - echo "$(date +%F %X%z) $*" >>"$CONFIG_LOG" + echo "$(date +%F %X%z) ${*:-(empty message)}" >>"$CONFIG_LOG" observe "$*" }