diff --git a/debian/changelog b/debian/changelog index d48e310..0a4b941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,7 @@ xen-tools (4.3~dev-1) UNRELEASED; urgency=low pygrub fails (Closes: #609673) - No more expect at least one option to mkfs.* calls. Fixes btrfs creation. (Closes: #609982) + - Fixes call to non-existent function logPrint (Closes: #673335) * Add dependency on openssh-client for ssh-keygen (Closes: #649108) * Use dh_auto_test for build time tests and add according build-dependencies on devscripts and libfile-slurp-perl. diff --git a/roles/editor b/roles/editor index 97c13af..68cefdc 100755 --- a/roles/editor +++ b/roles/editor @@ -76,7 +76,7 @@ for i in `find ${source} -name '*.sed' -print`; do # # Log it. # - logPrint "Running script $i - against ${prefix}/${file}" + logMessage "Running script $i - against ${prefix}/${file}" # # Invoke it.