summaryrefslogtreecommitdiffstats
path: root/sbin/hastd/pjdlog.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2011-01-22 22:35:08 +0000
committerpjd <pjd@FreeBSD.org>2011-01-22 22:35:08 +0000
commit12400e5c9f132a43c62c04ee5afd3cfe8aa25277 (patch)
treedcf47009243b070b120a93b5d54be67db7811284 /sbin/hastd/pjdlog.c
parente3b328c442374ffcd80fd525eb5f56b49c06a9ab (diff)
downloadFreeBSD-src-12400e5c9f132a43c62c04ee5afd3cfe8aa25277.zip
FreeBSD-src-12400e5c9f132a43c62c04ee5afd3cfe8aa25277.tar.gz
Use more consistent function name with the others (pjdlogv_prefix_set()
instead of pjdlog_prefix_setv()). MFC after: 1 week
Diffstat (limited to 'sbin/hastd/pjdlog.c')
-rw-r--r--sbin/hastd/pjdlog.c4
1 files changed, 2 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud