diff options
author | 2009-12-07 15:09:08 +0000 | |
---|---|---|
committer | 2009-12-07 15:09:08 +0000 | |
commit | d6ad503d252f294dd8167a573ddda496ffb6f695 (patch) | |
tree | 8f892dd8dbcb433715f12f389cd9a4d05320ea66 | |
parent | Cleanup discipline initialisation. (diff) | |
download | wireguard-openbsd-d6ad503d252f294dd8167a573ddda496ffb6f695.tar.xz wireguard-openbsd-d6ad503d252f294dd8167a573ddda496ffb6f695.zip |
don't use $set->print, consistent messages.
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/UpdateSet.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm index 15a8fc36b38..b32e05e6e6c 100644 --- a/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm +++ b/usr.sbin/pkg_add/OpenBSD/UpdateSet.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: UpdateSet.pm,v 1.34 2009/12/07 13:41:02 espie Exp $ +# $OpenBSD: UpdateSet.pm,v 1.35 2009/12/07 15:09:08 espie Exp $ # # Copyright (c) 2007 Marc Espie <espie@openbsd.org> # @@ -221,7 +221,7 @@ sub validate_plists } if ($state->{problems}) { require OpenBSD::Error; - OpenBSD::Error::Fatal "fatal issues in ", $self->print; + OpenBSD::Error::Fatal "fatal issues in ", $self->short_print; } $state->vstat->synchronize; } |