From 12400e5c9f132a43c62c04ee5afd3cfe8aa25277 Mon Sep 17 00:00:00 2001 From: pjd Date: Sat, 22 Jan 2011 22:35:08 +0000 Subject: Use more consistent function name with the others (pjdlogv_prefix_set() instead of pjdlog_prefix_setv()). MFC after: 1 week --- sbin/hastd/pjdlog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/hastd/pjdlog.c') diff --git a/sbin/hastd/pjdlog.c b/sbin/hastd/pjdlog.c index 6a72e7a..2c7c36d 100644 --- a/sbin/hastd/pjdlog.c +++ b/sbin/hastd/pjdlog.c @@ -105,7 +105,7 @@ pjdlog_prefix_set(const char *fmt, ...) va_list ap; va_start(ap, fmt); - pjdlog_prefix_setv(fmt, ap); + pjdlogv_prefix_set(fmt, ap); va_end(ap); } @@ -114,7 +114,7 @@ pjdlog_prefix_set(const char *fmt, ...) * Setting prefix to NULL will remove it. */ void -pjdlog_prefix_setv(const char *fmt, va_list ap) +pjdlogv_prefix_set(const char *fmt, va_list ap) { assert(fmt != NULL); -- cgit v1.1