From 86aa940a76fcc6fcf80ab8d4f65a371118176994 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 22 Jun 2012 15:19:55 +0200 Subject: [PATCH] lib/output/terminal: changed echo_pkg_start_terminal() to also show full date --- lib/output/terminal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/output/terminal b/lib/output/terminal index 711e611..68257a1 100644 --- a/lib/output/terminal +++ b/lib/output/terminal @@ -79,7 +79,7 @@ echo_pkg_deny_terminal() { # E.g. echo_pkg_start $stagelevel $repository $pkg $ver $extraver # echo_pkg_start_terminal() { - date "+%n${term_color_header}== %T =[$1]=> Building $2/$3 [$4 $5].${term_color_normal}" + date "+%n${term_color_header}== %F %T =[$1]=> Building $2/$3 [$4 $5].${term_color_normal}" } # We finished building a package.