aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-23 23:49:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-23 23:49:10 +0000
commitd8cfb94376e408ba12d6d16be2635093108d218d (patch)
tree3404e3f7cced2302720dff8beb2d6329be40af28 /usr.sbin
parent37247d72eb4bde44a5674bb753455bfc3af926c9 (diff)
downloadsrc-d8cfb94376e408ba12d6d16be2635093108d218d.tar.gz
src-d8cfb94376e408ba12d6d16be2635093108d218d.zip
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index 6fae5713dae1..545d6dc0523b 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -299,7 +299,7 @@ parse_fingerprint(ucl_object_t *obj)
fct = HASH_SHA256;
if (fct == HASH_UNKNOWN) {
- warnx("Unsupported hashing function: %s\n", function);
+ warnx("Unsupported hashing function: %s", function);
return (NULL);
}