summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/klogd.c b/klogd.c
index 3a82e8fa..1cc1cc0d 100644
--- a/klogd.c
+++ b/klogd.c
@@ -1182,7 +1182,7 @@ int main(int argc, char *argv[])
#include <stdio.h>
int main()
{
- fprintf(stderr, "FEATURE_KLOGD was disabled during this build, so klogd is not available.\n");
+ fprintf(stderr, "FEATURE_KLOGD was disabled during make, so rklogd is not available.\n");
return(1);
}
#endif /* #ifdef WITH_KLOGD */