From 4c8eddead18619f440db0845fe0db10848942b89 Mon Sep 17 00:00:00 2001 From: Valentin Vidic Date: Thu, 4 Sep 2008 14:10:41 +0200 Subject: [PATCH] Log package version on start. --- src/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.sh b/src/functions.sh index 4512ee6..8792723 100644 --- a/src/functions.sh +++ b/src/functions.sh @@ -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." -- 1.7.10.4