[debian-edu-commits] debian-edu/ 01/02: Fix typo in d-i/finish-install, replace non-existing error function with the log function.

Petter Reinholdtsen pere at moszumanska.debian.org
Mon Sep 22 18:32:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

pere pushed a commit to branch master
in repository debian-edu-config.

commit 803cc2185dbe8c2b931bd1a2422fe6c014c52e76
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Mon Sep 22 20:31:24 2014 +0200

    Fix typo in d-i/finish-install, replace non-existing error function with the log function.
---
 debian/changelog                           | 7 +++++++
 share/debian-edu-config/d-i/finish-install | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 600ad65..275efdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-config (1.804) UNRELEASED; urgency=low
+
+  * Fix typo in d-i/finish-install, replace non-existing error function
+    with the log function.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Mon, 22 Sep 2014 20:30:55 +0200
+
 debian-edu-config (1.803) unstable; urgency=high
 
   [ Wolfgang Schweer ]
diff --git a/share/debian-edu-config/d-i/finish-install b/share/debian-edu-config/d-i/finish-install
index 6ab7428..6ff42f0 100644
--- a/share/debian-edu-config/d-i/finish-install
+++ b/share/debian-edu-config/d-i/finish-install
@@ -24,7 +24,7 @@ remove_tasksel_overrides() {
 		--rename --quiet --remove $file
 	    rm /target$file.edu
 	else
-	    error "Missing divert for $file."
+	    log "error: missing divert for $file."
 	fi
     done
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git



More information about the debian-edu-commits mailing list