[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Use log() not echo() to get timestamps



---
 config/debian/cron.dinstall | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/cron.dinstall b/config/debian/cron.dinstall
index 8aaaa64..07e9b0d 100755
--- a/config/debian/cron.dinstall
+++ b/config/debian/cron.dinstall
@@ -134,7 +134,7 @@ function stage() {
     cat "${STAGEFILE}.log" >> "${LOGFILE}"
     rm -f "${STAGEFILE}.log"
 
-    echo "########## DINSTALL END: ${FUNC} ##########"
+    log "########## DINSTALL END: ${FUNC} ##########"
 
     if [ -f "${LOCK_STOP}" ]; then
         log "${LOCK_STOP} exists, exiting immediately"
-- 
2.1.4


Reply to: