aboutsummaryrefslogtreecommitdiff
path: root/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'passwd.c')
-rw-r--r--passwd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/passwd.c b/passwd.c
index 48acb27..0be2ca8 100644
--- a/passwd.c
+++ b/passwd.c
@@ -200,9 +200,9 @@ void passwd_setup(void)
A_GIMME,
0);
- verbose(0, "[passwd] %s",version);
- verbose(0, "\twritten by Hans-Christoph Steiner <hans@eds.org>");
- verbose(0, "\tcompiled on "__DATE__" at "__TIME__ " ");
+ logpost(NULL, 4, "[passwd] %s",version);
+ logpost(NULL, 4, "\twritten by Hans-Christoph Steiner <hans@eds.org>");
+ logpost(NULL, 4, "\tcompiled on "__DATE__" at "__TIME__ " ");
}
#endif /* NOT _WIN32 */