aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd/pjdlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/hastd/pjdlog.h')
-rw-r--r--sbin/hastd/pjdlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/pjdlog.h b/sbin/hastd/pjdlog.h
index bae431e35cae..0f01f798bffe 100644
--- a/sbin/hastd/pjdlog.h
+++ b/sbin/hastd/pjdlog.h
@@ -95,7 +95,7 @@ void pjdlog_abort(const char *func, const char *file, int line,
#define PJDLOG_VERIFY(expr) do { \
if (!(expr)) { \
pjdlog_abort(__func__, __FILE__, __LINE__, #expr, \
- "%s", __func__); \
+ __func__); \
} \
} while (0)
#define PJDLOG_RVERIFY(expr, ...) do { \