Log package version on start.
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 12:10:41 +0000 (14:10 +0200)
committerValentin Vidic <Valentin.Vidic@CARNet.hr>
Thu, 4 Sep 2008 12:10:41 +0000 (14:10 +0200)
src/functions.sh

index 4512ee6..8792723 100644 (file)
@@ -6,6 +6,7 @@ notice () {
 }
 
 first_warning () {
+  log "$version"
   LC_MESSAGES=hr_HR dialog --backtitle "$title" --yesno "$msg_first_warning" 18 75
   if [ $? -ne 0 ]; then
     log "Upgrade canceled."