1
0
mirror of synced 2026-01-13 15:17:30 +00:00

roles/editor =~ s/logPrint/logMessage/ (as everywhere else)

This commit is contained in:
Axel Beckert 2012-05-30 20:51:30 +02:00
parent 6018925b97
commit 2277f433c1
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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.

View File

@ -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.