diff options
author | 2007-06-04 20:34:07 +0000 | |
---|---|---|
committer | 2007-06-04 20:34:07 +0000 | |
commit | 68e55b7c36466c4dcef50dea75d94300d9485ec8 (patch) | |
tree | 43fb44f25ce6f86254e591a93922beb0cd246924 | |
parent | Enable channel switching. (diff) | |
download | wireguard-openbsd-68e55b7c36466c4dcef50dea75d94300d9485ec8.tar.xz wireguard-openbsd-68e55b7c36466c4dcef50dea75d94300d9485ec8.zip |
shorten message a bit, give it a chance to fit on one line.
-rw-r--r-- | usr.sbin/pkg_add/OpenBSD/SharedLibs.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm b/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm index 3d47439b391..f89f2a3d8e1 100644 --- a/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm +++ b/usr.sbin/pkg_add/OpenBSD/SharedLibs.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: SharedLibs.pm,v 1.22 2007/06/04 18:52:02 espie Exp $ +# $OpenBSD: SharedLibs.pm,v 1.23 2007/06/04 20:34:07 espie Exp $ # # Copyright (c) 2003-2005 Marc Espie <espie@openbsd.org> # @@ -173,7 +173,7 @@ sub lookup_libspec sub write_entry { my ($name, $d, $M, $m) = @_; - print "$name: found partial match in $d: major=$M, minor=$m "; + print "$name: partial match in $d: major=$M, minor=$m "; } sub why_is_this_bad |