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