Browse Source

lib/output/terminal: changed echo_pkg_start_terminal() to also show full date

user/chris/test/arm
Christian Wiese 11 years ago
parent
commit
86aa940a76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/output/terminal

+ 1
- 1
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.

Loading…
Cancel
Save